blob: 02e645b069dc210c139c69ea571416428f84a744 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
include_once '../test_tools/unit_tests.php';
$test_cases = dirname(__FILE__)."/";
$tester = new PradoUnitTester($test_cases, null);
$tester->run(new HtmlReporter());
?>
|