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

include_once '../../prado-trunk/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());

?>