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 9942114 commit f09e779Copy full SHA for f09e779
composer.json
@@ -67,7 +67,10 @@
67
"@php_test",
68
"phpunit --colors=always --testdox"
69
],
70
- "coverage": "phpunit --colors=always --coverage-html codeCoverage"
+ "coverage": [
71
+ "@putenv XDEBUG_MODE=coverage",
72
+ "phpunit --colors=always --coverage-html codeCoverage"
73
+ ]
74
},
75
"scripts-descriptions": {
76
"phpunit": "Run PHPUnit tests",
0 commit comments