Skip to content

Commit

Permalink
minor #5423 DX: PHPUnit - disable verbose by default (keradus)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.17 branch.

Discussion
----------

DX: PHPUnit - disable verbose by default

the outcome length is insane nowadays (like "skipped 1k+ tests on php5.6" and each of them listed)

Commits
-------

da942a2 DX: PHPUnit - disable verbose by default
  • Loading branch information
keradus committed Jan 13, 2021
2 parents 3f1ca81 + da942a2 commit 7d0a96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
processIsolation="false"
stopOnFailure="false"
timeoutForSmallTests="2"
verbose="true"
verbose="false"
>
<testsuites>
<testsuite name="all">
Expand Down

0 comments on commit 7d0a96d

Please sign in to comment.