Skip to content

Commit 14b4578

Browse files
author
Kirill Nesmeyanov
committed
Remove "--testdox" flag from functional tests (simplify output)
1 parent f316623 commit 14b4578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
"test": ["@test:unit", "@test:functional"],
6060
"test:unit": "phpunit --testdox --testsuite=unit",
61-
"test:functional": "phpunit --testdox --testsuite=functional",
61+
"test:functional": "phpunit --testsuite=functional",
6262

6363
"linter": "@linter:check",
6464
"linter:check": "psalm --no-cache",

0 commit comments

Comments
 (0)