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 238fda0 commit e4c0ea3Copy full SHA for e4c0ea3
composer.json
@@ -72,7 +72,7 @@
72
"phpstan analyse --configuration=./ci/phpstan/config.neon"
73
],
74
"phpunit": [
75
- "XDEBUG_MODE=coverage phpunit"
+ "XDEBUG_MODE=${XDEBUG_MODE:-coverage} phpunit"
76
77
"phpunit:unit": [
78
"@phpunit --configuration=./ci/phpunit/config-unit.xml"
0 commit comments