From 47b2459dfd25eac87b05e02d3c459c8d0410179b Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Fri, 9 Aug 2024 22:32:59 +0100 Subject: [PATCH] test: Reduce verbose details from skipped tests In d09158300 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 --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 896b0fe7..7d9da7f9 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -15,7 +15,6 @@ convertDeprecationsToExceptions="true" failOnRisky="true" failOnWarning="true" - verbose="true" >