blob: 2b441cc4423399d83eb044c451d04243776cc469 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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());
|