change inspection command

This commit is contained in:
Dennis Eichhorn 2021-12-04 21:55:37 +01:00
parent 995f38694c
commit 13082fca57

View File

@ -76,7 +76,7 @@ php vendor/bin/phpunit -c tests/PHPUnit/phpunit_no_coverage.xml
In order to also create a code coverage report run:
```sh
php vendor/bin/phpunit -c tests/PHPUnit/phpunit_default.xml
php -dxdebug.remote_enable=1 -dxdebug.mode=coverage,develop vendor/bin/phpunit -c tests/phpunit_default.xml
```
#### Modules