From d0f10fb75af513f68e21f100f10a685689c18a0d Mon Sep 17 00:00:00 2001 From: Dragutin Cirkovic Date: Tue, 7 Apr 2020 23:45:01 +0200 Subject: [PATCH] Dont be strict --- phpunit.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index e997c7b..df3a635 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -4,11 +4,11 @@ bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" - beStrictAboutCoversAnnotation="true" - beStrictAboutOutputDuringTests="true" - beStrictAboutTestsThatDoNotTestAnything="true" - beStrictAboutTodoAnnotatedTests="true" - forceCoversAnnotation="true" + beStrictAboutCoversAnnotation="false" + beStrictAboutOutputDuringTests="false" + beStrictAboutTestsThatDoNotTestAnything="false" + beStrictAboutTodoAnnotatedTests="false" + forceCoversAnnotation="false" verbose="true">