blob: c216ada8d68843c75a925438af3f6907153dcea6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
include_once '../../prado-trunk\tests\test_tools\functional_tests.php';
$test_cases = dirname(__FILE__)."/functional";
$tester=new PradoFunctionalTester($test_cases);
$tester->run(new SimpleReporter());
?>
|