diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket656.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket656.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket656.php b/tests/FunctionalTests/tickets/protected/pages/Ticket656.php new file mode 100644 index 00000000..943908c9 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket656.php @@ -0,0 +1,9 @@ +<?php +class Ticket656 extends TPage +{ + public function updateLbl ($sender,$param) + { + $this->lblStatus->setText($this->datePicker->getDate()); + } +} +?>
\ No newline at end of file |