summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/Home.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/Home.php')
-rw-r--r--tests/FunctionalTests/active-controls/protected/pages/Home.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/Home.php b/tests/FunctionalTests/active-controls/protected/pages/Home.php
index 22b6528a..3dfb4bb0 100644
--- a/tests/FunctionalTests/active-controls/protected/pages/Home.php
+++ b/tests/FunctionalTests/active-controls/protected/pages/Home.php
@@ -1,11 +1,11 @@
-<?php
-
-class Home extends TPage
-{
- public function btnTest_OnCallback($sender,$param)
- {
- $this->lblTest->Text = "Testing";
- }
-}
-
+<?php
+
+class Home extends TPage
+{
+ public function btnTest_OnCallback($sender,$param)
+ {
+ $this->lblTest->Text = "Testing";
+ }
+}
+
?> \ No newline at end of file