Dont be strict

This commit is contained in:
Dragutin Cirkovic 2020-04-07 23:45:01 +02:00
parent 49bdc006ce
commit d0f10fb75a

View File

@ -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">
<testsuites>
<testsuite name="Unit Tests">