Skip to content

Commit

Permalink
Remove "--testdox" flag from functional tests (simplify output)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Apr 11, 2024
1 parent d44ec6f commit cb75fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb75fe6

Please sign in to comment.