- Notifications
You must be signed in to change notification settings - Fork 567
Unit Test
Konrad Abicht edited this page Oct 23, 2020 · 3 revisions
Run PHPUnit unit tests (with code coverage - if xdebug installed) :
$ vendor/bin/simple-phpunit --coverage-html coverage Once this command is ended, the folder "coverage/" will contain html pages with a code coverage summary.