diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket695.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket695.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket695.php b/tests/FunctionalTests/tickets/protected/pages/Ticket695.php new file mode 100644 index 00000000..205b01c0 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket695.php @@ -0,0 +1,8 @@ +<?php +Prado::Using ('System.Web.UI.ActiveControls.*'); +class Ticket695 extends TPage { + public function onATB($sender,$param) { + $this->X->Text=$this->X->Text+1; + } +} +?> |