summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart.php
diff options
context:
space:
mode:
authorxue <>2006-07-07 14:54:15 +0000
committerxue <>2006-07-07 14:54:15 +0000
commit61bb16ee2e5f0a66234e1575242169a10fde47b5 (patch)
tree3ee24dcc36ceae2c213130df1ea3d5c9fc110a27 /tests/FunctionalTests/quickstart.php
parent7b84938b1b5964f2274d66e28ba17435924ffe35 (diff)
Merge from 3.0 branch till 1253.
Diffstat (limited to 'tests/FunctionalTests/quickstart.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/quickstart.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/quickstart.php b/tests/FunctionalTests/quickstart.php
index aa6dc119..3493a907 100644..100755
--- a/tests/FunctionalTests/quickstart.php
+++ b/tests/FunctionalTests/quickstart.php
@@ -1,8 +1,8 @@
<?php
-require(dirname(__FILE__).'/PradoTester.php');
+require('../test_tools/functional_tests.php');
-$tester=new PradoTester(dirname(__FILE__).'/quickstart');
+$tester=new PradoFunctionalTester(dirname(__FILE__).'/quickstart');
$tester->run(new SimpleReporter());
?> \ No newline at end of file