1 2 3 4 5 6 7 8
<?php require('../test_tools/functional_tests.php'); $tester=new PradoFunctionalTester(dirname(__FILE__).'/features/tests'); $tester->run(new SimpleReporter()); ?>