diff options
author | wei <> | 2006-07-05 07:45:41 +0000 |
---|---|---|
committer | wei <> | 2006-07-05 07:45:41 +0000 |
commit | e7e7c7403b1ffffdf1a7a4bb9e1de752fe1c72db (patch) | |
tree | 08ef806c2e72a6d14367797c765d3fb8dfa0a1d6 /tests/FunctionalTests/validators.php | |
parent | dfa5aa5fbf11f89ce483c58016465ddc3921f082 (diff) |
clean up tests
Diffstat (limited to 'tests/FunctionalTests/validators.php')
-rw-r--r-- | tests/FunctionalTests/validators.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/validators.php b/tests/FunctionalTests/validators.php index f8b0029d..521cca56 100644 --- a/tests/FunctionalTests/validators.php +++ b/tests/FunctionalTests/validators.php @@ -1,6 +1,6 @@ <?php -require('../../test_tools/functional_tests.php'); +require('../test_tools/functional_tests.php'); $tester=new PradoFunctionalTester(dirname(__FILE__).'/validators/tests'); $tester->run(new SimpleReporter()); |