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