summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket93.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket93.php')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket93.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket93.php b/tests/FunctionalTests/tickets/protected/pages/Ticket93.php
index dbdf2cab..dbee4556 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket93.php
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket93.php
@@ -1,14 +1,14 @@
-<?php
-/*
- * Created on 13/04/2006
- */
-
-class Ticket93 extends TPage
-{
- public function buttonClicked($sender,$param)
- {
- echo 'postback triggered with value '.$param->PostBackValue;
- }
-}
-
-?>
+<?php
+/*
+ * Created on 13/04/2006
+ */
+
+class Ticket93 extends TPage
+{
+ public function buttonClicked($sender,$param)
+ {
+ echo 'postback triggered with value '.$param->PostBackValue;
+ }
+}
+
+?>