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" bootstrap="vendor/autoload.php"
backupGlobals="false" backupGlobals="false"
backupStaticAttributes="false" backupStaticAttributes="false"
beStrictAboutCoversAnnotation="true" beStrictAboutCoversAnnotation="false"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="false"
beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutTestsThatDoNotTestAnything="false"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="false"
forceCoversAnnotation="true" forceCoversAnnotation="false"
verbose="true"> verbose="true">
<testsuites> <testsuites>
<testsuite name="Unit Tests"> <testsuite name="Unit Tests">