diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket239.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket239.php | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket239.php b/tests/FunctionalTests/tickets/protected/pages/Ticket239.php index a40c94b5..bbf908b1 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket239.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket239.php @@ -1,16 +1,16 @@ -<?php
-
-class Ticket239 extends TPage
-{
- public function activateView($sender,$param)
- {
- $this->Result->Text.=$sender->ID." is activated. ";
- }
-
- public function deactivateView($sender,$param)
- {
- $this->Result->Text.=$sender->ID." is deactivated. ";
- }
-}
-
+<?php + +class Ticket239 extends TPage +{ + public function activateView($sender,$param) + { + $this->Result->Text.=$sender->ID." is activated. "; + } + + public function deactivateView($sender,$param) + { + $this->Result->Text.=$sender->ID." is deactivated. "; + } +} + ?>
\ No newline at end of file |