summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets.php
diff options
context:
space:
mode:
authorxue <>2006-07-07 14:54:15 +0000
committerxue <>2006-07-07 14:54:15 +0000
commit61bb16ee2e5f0a66234e1575242169a10fde47b5 (patch)
tree3ee24dcc36ceae2c213130df1ea3d5c9fc110a27 /tests/FunctionalTests/tickets.php
parent7b84938b1b5964f2274d66e28ba17435924ffe35 (diff)
Merge from 3.0 branch till 1253.
Diffstat (limited to 'tests/FunctionalTests/tickets.php')
-rw-r--r--tests/FunctionalTests/tickets.php4
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