diff options
author | xue <> | 2006-01-22 04:16:56 +0000 |
---|---|---|
committer | xue <> | 2006-01-22 04:16:56 +0000 |
commit | f226dbc588b37246d11efc9010d21002998c3a1e (patch) | |
tree | e106be4568472a14e3ffd8286ada87b97c73ea40 /tests/FunctionalTests/quickstart_tests/HelloWorldTestCase.php | |
parent | 1fc6971652492fca325bd25d7b6dd979ebde73ed (diff) |
Added functionality tests for HelloWorld and Hangman Game.
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 |