From 850dd51029a2510476cd26bcccae8c3ac99eced5 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Thu, 18 Aug 2022 13:24:12 +0200 Subject: [PATCH] now using color option on `PHPUnit` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }