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