From 13082fca57991f66bf3eceafe43519c6a97a0ebc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 4 Dec 2021 21:55:37 +0100 Subject: [PATCH] change inspection command --- quality/inspections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quality/inspections.md b/quality/inspections.md index ce25913..bc1d182 100644 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -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