mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-30 04:48:40 +00:00
change inspection command
This commit is contained in:
parent
995f38694c
commit
13082fca57
|
|
@ -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:
|
In order to also create a code coverage report run:
|
||||||
|
|
||||||
```sh
|
```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
|
#### Modules
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user