From 13aab78e419fc07ba5ef6d62f089e461c18f362c Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 25 Oct 2024 20:17:04 +0200 Subject: [PATCH] [TASK] Configure PHPUnit to be more strict This is the v8.x backport of #743. --- phpunit.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 5f3dd458..249dd48b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,15 @@ + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd" + beStrictAboutChangesToGlobalState="true" + beStrictAboutOutputDuringTests="true" + beStrictAboutTodoAnnotatedTests="true" + cacheResult="false" + colors="true" + convertDeprecationsToExceptions="true" + forceCoversAnnotation="true" + verbose="true" +> tests