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 f9f728f commit 2d82413Copy full SHA for 2d82413
composer.json
@@ -9,7 +9,7 @@
9
],
10
"minimum-stability": "stable",
11
"scripts": {
12
- "test": "./vendor/bin/phpunit",
+ "test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit",
13
"fix-style": "php-cs-fixer fix ."
14
},
15
"require": {
0 commit comments