Skip to content

Commit

Permalink
test: Reduce verbose details from skipped tests
Browse files Browse the repository at this point in the history
In d091583 we converted known failures from ignored to "skipped"
tests. However, this has the downside of adding one or two pages
of output at the end of the `composer test` output, thus making
the failure details harder to find.

Disable verbose=true by default so that this is reduced to a skipped
count. You can run it with -v or --verbose to display each one in
elaborate detail.

Change-Id: Iae2508470b3358e6d8186a62bcd3a319599adaf6
  • Loading branch information
Krinkle committed Aug 9, 2024
1 parent 29e1451 commit 47b2459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
convertDeprecationsToExceptions="true"
failOnRisky="true"
failOnWarning="true"
verbose="true"
>
<testsuites>
<testsuite name="Tests">
Expand Down

0 comments on commit 47b2459

Please sign in to comment.