diff options
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 |