Dont be strict
This commit is contained in:
parent
49bdc006ce
commit
d0f10fb75a
10
phpunit.xml
10
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">
|
||||
<testsuites>
|
||||
<testsuite name="Unit Tests">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user