Skip to content

Commit 2d82413

Browse files
committed
fix coverage
1 parent f9f728f commit 2d82413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"minimum-stability": "stable",
1111
"scripts": {
12-
"test": "./vendor/bin/phpunit",
12+
"test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit",
1313
"fix-style": "php-cs-fixer fix ."
1414
},
1515
"require": {

0 commit comments

Comments
 (0)