summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/tests/MyTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/features/tests/MyTestCase.php')
-rw-r--r--tests/FunctionalTests/features/tests/MyTestCase.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/FunctionalTests/features/tests/MyTestCase.php b/tests/FunctionalTests/features/tests/MyTestCase.php
index cb26d709..43a4762d 100644
--- a/tests/FunctionalTests/features/tests/MyTestCase.php
+++ b/tests/FunctionalTests/features/tests/MyTestCase.php
@@ -1,19 +1,19 @@
-<?php
-
-class MyTestCase extends SeleniumTestCase
-{
- function test1()
- {
- $this->open('http://127.0.0.1');
- $this->assertTextNotPresent('asd');
- }
-
- function test2()
- {
- $this->skipBrowsers(self::FIREFOX);
- $this->open('http://127.0.0.1');
- $this->assertTextNotPresent('asd');
- }
-}
-
+<?php
+
+class MyTestCase extends SeleniumTestCase
+{
+ function test1()
+ {
+ $this->open('http://127.0.0.1');
+ $this->assertTextNotPresent('asd');
+ }
+
+ function test2()
+ {
+ $this->skipBrowsers(self::FIREFOX);
+ $this->open('http://127.0.0.1');
+ $this->assertTextNotPresent('asd');
+ }
+}
+
?> \ No newline at end of file