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">