diff --git a/composer.json b/composer.json index b866150..1736421 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "minimum-stability": "stable", "scripts": { - "test": "./vendor/bin/phpunit", + "test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit", "fix-style": "php-cs-fixer fix ." }, "require": {