diff --git a/composer.json b/composer.json index 0f3fbaa..37fd795 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ } }, "scripts": { - "test": "phpunit --testdox --no-interaction", + "test": "phpunit --testdox", "test-watch": "phpunit-watcher watch", "cs-fix": "php-cs-fixer fix" }