diff options
author | xue <> | 2006-04-16 03:42:50 +0000 |
---|---|---|
committer | xue <> | 2006-04-16 03:42:50 +0000 |
commit | 4f15d896ab3af600d28a6e75b0240d49d8e023f1 (patch) | |
tree | e68fe9c16f4ed5bb88014e0ac96a0f3f80722174 /tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php | |
parent | 2d8bce4d650b1c6d7144e65dbb68088515cf989c (diff) |
Rewrote Hello World tutorial.
Diffstat (limited to 'tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php')
-rw-r--r-- | tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php b/tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php deleted file mode 100644 index e3da5a72..00000000 --- a/tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php
-
-//New Test
-class HelloWorldTestCase extends SeleniumTestCase
-{
- function test ()
- {
- $this->open("../../demos/quickstart/index.php?page=Fundamentals.Samples.HelloWorld.Home&notheme=true", "");
- $this->verifyTitle("Hello World", "");
- $this->clickAndWait("//input[@type='submit' and @value='Click Me']", "");
- $this->clickAndWait("//input[@type='submit' and @value='Hello World']", "");
- $this->verifyTitle("Hello World", "");
- }
-}
-
-?>
\ No newline at end of file |