diff options
author | tof <> | 2007-06-28 08:41:57 +0000 |
---|---|---|
committer | tof <> | 2007-06-28 08:41:57 +0000 |
commit | 8a38b5643655c82a843c4e429cbc3fafdff198ce (patch) | |
tree | e26c044c2fb5910730f325a68f26dc5abba6eaa6 /tests/FunctionalTests/tickets/protected/pages/Ticket659.php | |
parent | 353b3d04ce7a03c7c87f7343e766b3f45e96003c (diff) |
Add functional test case for Ticket659
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket659.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket659.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket659.php b/tests/FunctionalTests/tickets/protected/pages/Ticket659.php new file mode 100644 index 00000000..d294a831 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket659.php @@ -0,0 +1,19 @@ +<?php +/** + * + * + * @author Christophe BOULAIN (Christophe.Boulain@ceram.fr) + * @copyright Copyright © 2007, CERAM Sophia Antipolis + * @license url nameoflicense + * @version $Id$ + * + */ + +prado::using ('Application.pages.ExtendedToggleImageButton'); + +class Ticket659 extends TPage { + public function clickToggleButton ($sender, $param) { + $this->lbl->Text=$sender->State; + } +} +?>
\ No newline at end of file |