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