diff --git a/composer.json b/composer.json index a63ae57..7edf3a4 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ "phpunit/phpunit": "^9" }, "scripts" : { - "test" : "./vendor/bin/phpunit tests --testdox --bootstrap tests/util.php" + "test" : "./vendor/bin/phpunit tests --testdox --bootstrap tests/util.php --color" } }