diff options
author | xue <> | 2006-07-07 14:54:15 +0000 |
---|---|---|
committer | xue <> | 2006-07-07 14:54:15 +0000 |
commit | 61bb16ee2e5f0a66234e1575242169a10fde47b5 (patch) | |
tree | 3ee24dcc36ceae2c213130df1ea3d5c9fc110a27 /tests/FunctionalTests/validators.php | |
parent | 7b84938b1b5964f2274d66e28ba17435924ffe35 (diff) |
Merge from 3.0 branch till 1253.
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..521cca56 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 |