summaryrefslogtreecommitdiff
path: root/tests/simple_unit/unit.php
blob: 63910f6850d3679c155ecbe35621e5b4c7e3b6b2 (plain)
1
2
3
4
5
6
7
8
9
<?php

include_once '../test_tools/unit_tests.php';
$test_cases = dirname(__FILE__)."/";

$tester = new PradoUnitTester($test_cases);
$tester->run(new HtmlReporter());

?>