Page 1 of 1

Running Phpunit2

Posted: Mon Nov 13, 2006 4:49 am
by kpraman
Hello,

To run phpunit,
$suite = new PHPUnit_TestSuite('MembersTest');
$result = PHPUnit::run($suite);
print $result->toHTML();

How to run phpunit2?


Thanks