From f226dbc588b37246d11efc9010d21002998c3a1e Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 22 Jan 2006 04:16:56 +0000 Subject: Added functionality tests for HelloWorld and Hangman Game. --- .../FunctionalTests/quickstart_tests/HelloWorldTestCase.php | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/FunctionalTests/quickstart_tests/HelloWorldTestCase.php (limited to 'tests/FunctionalTests/quickstart_tests/HelloWorldTestCase.php') 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 @@ -open('../../demos/quickstart/index.php?page=Fundamentals.Samples.HelloWorld.Home'); - $this->verifyTitle('Hello World'); - } -} - -?> \ No newline at end of file -- cgit v1.2.3