diff options
Diffstat (limited to 'tests/FunctionalTests/tickets.php')
-rw-r--r-- | tests/FunctionalTests/tickets.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets.php b/tests/FunctionalTests/tickets.php index 36511e73..ef8b52d6 100644 --- a/tests/FunctionalTests/tickets.php +++ b/tests/FunctionalTests/tickets.php @@ -1,8 +1,8 @@ <?php -require(dirname(__FILE__).'/PradoTester.php'); +require('../test_tools/functional_tests.php'); -$tester=new PradoTester(dirname(__FILE__).'/tickets/tests'); +$tester=new PradoFunctionalTester(dirname(__FILE__).'/tickets/tests'); $tester->run(new SimpleReporter()); ?>
\ No newline at end of file |