summaryrefslogtreecommitdiff
path: root/tests/simple_unit/unit.php
blob: b58c98c55375a3ed32ce625dab67976a00bcc34a (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);
$tester->run(new HtmlReporter());

?>