Skip to content

Commit f09e779

Browse files
committed
Add local variable
1 parent 9942114 commit f09e779

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@
6767
"@php_test",
6868
"phpunit --colors=always --testdox"
6969
],
70-
"coverage": "phpunit --colors=always --coverage-html codeCoverage"
70+
"coverage": [
71+
"@putenv XDEBUG_MODE=coverage",
72+
"phpunit --colors=always --coverage-html codeCoverage"
73+
]
7174
},
7275
"scripts-descriptions": {
7376
"phpunit": "Run PHPUnit tests",

0 commit comments

Comments
 (0)