summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets.php
blob: ef8b52d6f243981d5a8e8064bfe2b92aea899c1f (plain)
1
2
3
4
5
6
7
8
<?php

require('../test_tools/functional_tests.php');

$tester=new PradoFunctionalTester(dirname(__FILE__).'/tickets/tests');
$tester->run(new SimpleReporter());

?>