From 6c458b384ddd174dfdf2348479ee40669bcc7355 Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Thu, 11 Apr 2024 04:19:48 +0300 Subject: [PATCH] Remove "--testdox" flag from functional tests (simplify output) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index adf0bfc..0cf5bce 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "test": ["@test:unit", "@test:functional"], "test:unit": "phpunit --testdox --testsuite=unit", - "test:functional": "phpunit --testdox --testsuite=functional", + "test:functional": "phpunit --testsuite=functional", "linter": "@linter:check", "linter:check": "psalm --no-cache",