summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxue <>2006-04-16 03:42:50 +0000
committerxue <>2006-04-16 03:42:50 +0000
commit4f15d896ab3af600d28a6e75b0240d49d8e023f1 (patch)
treee68fe9c16f4ed5bb88014e0ac96a0f3f80722174 /tests
parent2d8bce4d650b1c6d7144e65dbb68088515cf989c (diff)
Rewrote Hello World tutorial.
Diffstat (limited to 'tests')
-rw-r--r--tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php16
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&amp;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