From d1a4891b9d56d2f0e372c1d6c86675b984a6f8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 5 Jun 2023 17:58:52 +0200 Subject: [PATCH] upgrade phpunit config --- phpunit.xml.dist | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 8f157fcc5..d949b6d81 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,11 +2,20 @@ + cacheResultFile=".phpunit.cache/test-results" + executionOrder="depends,defects" + forceCoversAnnotation="true" + beStrictAboutCoversAnnotation="true" + beStrictAboutOutputDuringTests="true" + beStrictAboutTodoAnnotatedTests="true" + convertDeprecationsToExceptions="true" + failOnRisky="true" + failOnWarning="true" + verbose="true">