diff --git a/composer.json b/composer.json index 45be26f..5063030 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,6 @@ } }, "scripts": { - "test": "phpunit --coverage-text" + "test": "phpunit --coverage-text ." } }