Skip to content

Commit 6c458b3

Browse files
author
Kirill Nesmeyanov
committed
Remove "--testdox" flag from functional tests (simplify output)
1 parent 8771e4c commit 6c458b3

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
@@ -50,7 +50,7 @@
5050

5151
"test": ["@test:unit", "@test:functional"],
5252
"test:unit": "phpunit --testdox --testsuite=unit",
53-
"test:functional": "phpunit --testdox --testsuite=functional",
53+
"test:functional": "phpunit --testsuite=functional",
5454

5555
"linter": "@linter:check",
5656
"linter:check": "psalm --no-cache",

0 commit comments

Comments
 (0)