diff --git a/composer.json b/composer.json index bb98fc9..c2fb942 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "scripts": { "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",