diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket587.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket587.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket587.php b/tests/FunctionalTests/tickets/protected/pages/Ticket587.php index a84a876c..21ce7a64 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket587.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket587.php @@ -1,12 +1,12 @@ -<?php
-Prado::using('System.Web.UI.ActiveControls.*');
-class Ticket587 extends TPage
-{
- public function onTriggerCallback( $sender, $param )
- {
- $count = (int) $this->count->getText();
- $this->count->setText( ++$count );
- }
-}
-
+<?php +Prado::using('System.Web.UI.ActiveControls.*'); +class Ticket587 extends TPage +{ + public function onTriggerCallback( $sender, $param ) + { + $count = (int) $this->count->getText(); + $this->count->setText( ++$count ); + } +} + ?>
\ No newline at end of file |