diff options
Diffstat (limited to 'tests/FunctionalTests/quickstart_tests/HelloWorldTestCase.php')
-rw-r--r-- | tests/FunctionalTests/quickstart_tests/HelloWorldTestCase.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/FunctionalTests/quickstart_tests/HelloWorldTestCase.php b/tests/FunctionalTests/quickstart_tests/HelloWorldTestCase.php deleted file mode 100644 index 1edb844e..00000000 --- a/tests/FunctionalTests/quickstart_tests/HelloWorldTestCase.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php
-
-class HelloWorldTestCase extends SeleniumTestCase
-{
- function testButton()
- {
- $this->open('../../demos/quickstart/index.php?page=Fundamentals.Samples.HelloWorld.Home');
- $this->verifyTitle('Hello World');
- }
-}
-
-?>
\ No newline at end of file |