We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08485e6 commit 848332eCopy full SHA for 848332e
composer.json
@@ -44,7 +44,7 @@
44
}
45
},
46
"scripts": {
47
- "test": "XDEBUG_MODE=coverage phpunit",
+ "test": "XDEBUG_MODE=develop,debug phpunit",
48
"phpstan": "php -d memory_limit=256M vendor/bin/phpstan",
49
"coverage": "php -dextension=pcov.so -dpcov.enabled=1 -dpcov.directory=src vendor/bin/phpunit --coverage-text",
50
"all-checks": [
0 commit comments