To generate a report on what methods are covered by your test and what arn’t;
phpunit –bootstrap=bootstrap.php –coverage-html ./report XyzTest
The ramblings of a software developer
To generate a report on what methods are covered by your test and what arn’t;
phpunit –bootstrap=bootstrap.php –coverage-html ./report XyzTest