blob: 20d5643244fed4c019efaf7ede8890bf5fbee728 (
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());
?>
|