blob: 888b29db9b44d1ea7b5f0b65118ddc8d94c81f16 (
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());
?>
|