Running Phpunit2
Posted: Mon Nov 13, 2006 4:49 am
Hello,
To run phpunit,
$suite = new PHPUnit_TestSuite('MembersTest');
$result = PHPUnit::run($suite);
print $result->toHTML();
How to run phpunit2?
Thanks
To run phpunit,
$suite = new PHPUnit_TestSuite('MembersTest');
$result = PHPUnit::run($suite);
print $result->toHTML();
How to run phpunit2?
Thanks