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

require(dirname(__FILE__).'/PradoTester.php');

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

?>