summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket500.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket500.php')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket500.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket500.php b/tests/FunctionalTests/tickets/protected/pages/Ticket500.php
index fc7af222..a0b96ed5 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket500.php
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket500.php
@@ -1,13 +1,13 @@
-<?php
-
-Prado::using('System.Web.UI.ActiveControls.*');
-class Ticket500 extends TPage
-{
- function set_url()
- {
- $url=$this->Service->constructUrl('Cats.Buy.Browse',array('filter' => 'basket'));
- $this->link1->NavigateUrl = $url;
- }
-}
-
+<?php
+
+Prado::using('System.Web.UI.ActiveControls.*');
+class Ticket500 extends TPage
+{
+ function set_url()
+ {
+ $url=$this->Service->constructUrl('Cats.Buy.Browse',array('filter' => 'basket'));
+ $this->link1->NavigateUrl = $url;
+ }
+}
+
?> \ No newline at end of file