diff --git a/composer.json b/composer.json index e533f92..957c583 100644 --- a/composer.json +++ b/composer.json @@ -62,9 +62,8 @@ } }, "scripts": { - "test": [ - "phpunit --colors --no-interaction" - ] + "test": "phpunit --testdox --no-interaction", + "test-watch": "phpunit-watcher watch" }, "config": { "sort-packages": true