summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets.php
blob: 3d0060395b209b48ed6f26d7c391b21ff68e497d (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());

?>