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

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

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

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