diff --git a/composer.json b/composer.json index 8964273..c40ce03 100644 --- a/composer.json +++ b/composer.json @@ -69,8 +69,7 @@ } ], "scripts": { - "test": [ - "phpunit --colors --no-interaction" - ] + "test": "phpunit --testdox --no-interaction", + "test-watch": "phpunit-watcher watch" } }