diff options
author | tof <> | 2008-04-17 17:18:25 +0000 |
---|---|---|
committer | tof <> | 2008-04-17 17:18:25 +0000 |
commit | b38c19252593b2fea1ad2597d587741fe48f1c67 (patch) | |
tree | c8d01a58a2404f432882472c79ffb73485eb5220 /tests/FunctionalTests/tickets/protected/pages/Ticket745.php | |
parent | 91dd9ff8da6a2f8260d184da167e9ed6b45a6b02 (diff) |
Implemented #745
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket745.php')
-rwxr-xr-x | tests/FunctionalTests/tickets/protected/pages/Ticket745.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket745.php b/tests/FunctionalTests/tickets/protected/pages/Ticket745.php new file mode 100755 index 00000000..8d7c66ce --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket745.php @@ -0,0 +1,11 @@ +<?php + +class Ticket745 extends TPage +{ + public function wizardCompleted($sender,$param) + { + $this->Result->Text="Your favorite color is: " . $this->DropDownList1->SelectedValue; + } +} + +?>
\ No newline at end of file |