diff options
author | wei <> | 2006-07-05 07:30:55 +0000 |
---|---|---|
committer | wei <> | 2006-07-05 07:30:55 +0000 |
commit | b5c7c7b77d33aa3e04ed6c16a489a2076a30f57a (patch) | |
tree | 03f30eb8fec8f1b58b9854058d6338bfad698f98 /tests/FunctionalTests/validators.php | |
parent | 8d8b6688cbbb1febe92012ccc2a4158fa594fcb3 (diff) |
Move tests around.
Diffstat (limited to 'tests/FunctionalTests/validators.php')
-rw-r--r-- | tests/FunctionalTests/validators.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/validators.php b/tests/FunctionalTests/validators.php index c86604c8..f8b0029d 100644 --- a/tests/FunctionalTests/validators.php +++ b/tests/FunctionalTests/validators.php @@ -1,8 +1,8 @@ <?php -require(dirname(__FILE__).'/PradoTester.php'); +require('../../test_tools/functional_tests.php'); -$tester=new PradoTester(dirname(__FILE__).'/validators/tests'); +$tester=new PradoFunctionalTester(dirname(__FILE__).'/validators/tests'); $tester->run(new SimpleReporter()); ?>
\ No newline at end of file |