diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket284.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket284.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket284.php b/tests/FunctionalTests/tickets/protected/pages/Ticket284.php index 332789ff..f9380b12 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket284.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket284.php @@ -1,11 +1,11 @@ -<?php
-
-class Ticket284 extends TPage
-{
- function checkUserAvailability()
- {
-
- }
-}
-
+<?php + +class Ticket284 extends TPage +{ + function checkUserAvailability() + { + + } +} + ?>
\ No newline at end of file |