diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket121.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket121.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket121.php b/tests/FunctionalTests/tickets/protected/pages/Ticket121.php index 1a625d83..d913805c 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket121.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket121.php @@ -1,11 +1,11 @@ -<?php
-
-class Ticket121 extends TPage
-{
- public function buttonClicked($sender,$param)
- {
- $this->Result->Text="clicked at ({$param->X},{$param->Y})";
- }
-}
-
+<?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 |