addListener(new ISI_PHPUnit2_Output_HTML_Listener); $suite = new PHPUnit2_Framework_TestSuite; // load tests $suite->addTestFile('ApplicationControllerTest.php'); // run all the tests $suite->run($result); ?>