summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart.php
diff options
context:
space:
mode:
authorwei <>2006-07-05 07:30:55 +0000
committerwei <>2006-07-05 07:30:55 +0000
commitb5c7c7b77d33aa3e04ed6c16a489a2076a30f57a (patch)
tree03f30eb8fec8f1b58b9854058d6338bfad698f98 /tests/FunctionalTests/quickstart.php
parent8d8b6688cbbb1febe92012ccc2a4158fa594fcb3 (diff)
Move tests around.
Diffstat (limited to 'tests/FunctionalTests/quickstart.php')
-rw-r--r--tests/FunctionalTests/quickstart.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/FunctionalTests/quickstart.php b/tests/FunctionalTests/quickstart.php
deleted file mode 100644
index aa6dc119..00000000
--- a/tests/FunctionalTests/quickstart.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-require(dirname(__FILE__).'/PradoTester.php');
-
-$tester=new PradoTester(dirname(__FILE__).'/quickstart');
-$tester->run(new SimpleReporter());
-
-?> \ No newline at end of file