diff options
Diffstat (limited to 'tests/FunctionalTests/tickets.php')
-rw-r--r-- | tests/FunctionalTests/tickets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets.php b/tests/FunctionalTests/tickets.php index 3d006039..ef8b52d6 100644 --- a/tests/FunctionalTests/tickets.php +++ b/tests/FunctionalTests/tickets.php @@ -1,6 +1,6 @@ <?php -require('../../test_tools/functional_tests.php'); +require('../test_tools/functional_tests.php'); $tester=new PradoFunctionalTester(dirname(__FILE__).'/tickets/tests'); $tester->run(new SimpleReporter()); |