summaryrefslogtreecommitdiff
path: root/demos/time-tracker/tests/unit.php
blob: 7961d4f26418fffb1f8e604f873ea42cd762fe40 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

include_once '../../../tests/test_tools/unit_tests.php';

$app_directory = "../protected";
$test_cases = dirname(__FILE__)."/unit";

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

?>