Skip to content

Commit 09fee6b

Browse files
committed
Remove "--testdox" flag from functional tests (simplify output)
1 parent e40ca28 commit 09fee6b

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
@@ -46,7 +46,7 @@
4646
"scripts": {
4747
"test": ["@test:unit", "@test:functional"],
4848
"test:unit": "phpunit --testdox --testsuite=unit",
49-
"test:functional": "phpunit --testdox --testsuite=functional",
49+
"test:functional": "phpunit --testsuite=functional",
5050

5151
"linter": "@linter:check",
5252
"linter:check": "psalm --no-cache",

0 commit comments

Comments
 (0)