From ea33c56bd2afef672cc784991a8a81691d39f1d6 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 7 Feb 2023 17:02:16 +0200 Subject: [PATCH] Update composer.json Removed `composer test` extra params --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 00c1ec6..4096831 100644 --- a/composer.json +++ b/composer.json @@ -49,6 +49,6 @@ "@composer normalize || true" ], "check": "vendor/bin/phpstan analyse src tests --level=7", - "test": "vendor/bin/phpunit --colors --verbose" + "test": "vendor/bin/phpunit" } }