From e2c7169bd34b4e75abe07024706cee62670feebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kr=C3=B6g?= Date: Wed, 19 Jul 2023 23:59:39 +0200 Subject: [PATCH] Fail with incomplete test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maximilian Krög --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 65d23eb762..df24dccc08 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,6 +4,7 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd" bootstrap="test/bootstrap-dist.php" colors="true" + failOnIncomplete="true" forceCoversAnnotation="true" verbose="true" executionOrder="random"