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

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

$test_cases = dirname(__FILE__)."/functional";

$tester=new PradoFunctionalTester($test_cases);
$tester->run(new SimpleReporter());

?>