diff options
author | xue <> | 2006-04-13 12:38:46 +0000 |
---|---|---|
committer | xue <> | 2006-04-13 12:38:46 +0000 |
commit | 9e21d160ead61cd0ed86c16a0668c50b14f58baf (patch) | |
tree | ae52b73597d49737477f4cc2025310b3b9d831ee /tests/FunctionalTests/tickets/protected/pages/Ticket121.php | |
parent | 8758ffa08275ec1a38f161e0eb80f8ae6ca403f8 (diff) |
Added test case for Ticket#121.
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket121.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket121.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket121.php b/tests/FunctionalTests/tickets/protected/pages/Ticket121.php new file mode 100644 index 00000000..1a625d83 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket121.php @@ -0,0 +1,11 @@ +<?php
+
+class Ticket121 extends TPage
+{
+ public function buttonClicked($sender,$param)
+ {
+ $this->Result->Text="clicked at ({$param->X},{$param->Y})";
+ }
+}
+
+?>
\ No newline at end of file |