If you want to get the phpunit coverage report for a single class you can use --filter setting with the --coverage
option.
phpunit --coverage-html ./report --filter InsuranceStatusEligibilityFilterTest PluginAllTests.php
No comments:
Post a Comment