From aeb2b08a829fe7e4dce644123b6292bb429ef5f4 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 9 Mar 2023 14:41:33 +0200 Subject: [PATCH] phpunit doesn't have --verbose anymore --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c96b36..718805a 100644 --- a/composer.json +++ b/composer.json @@ -49,6 +49,6 @@ "@composer normalize || true" ], "check": "vendor/bin/phpstan analyse src tests --level=5 --xdebug", - "test": "vendor/bin/phpunit --colors --verbose" + "test": "vendor/bin/phpunit --colors" } }