Skip to content

Commit babb18d

Browse files
committed
wip
1 parent 8310d07 commit babb18d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpunit.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
bootstrap="vendor/autoload.php"
55
cacheDirectory=".phpunit.cache"
66
executionOrder="depends,defects"
7-
requireCoverageMetadata="true"
8-
beStrictAboutCoverageMetadata="true"
9-
beStrictAboutOutputDuringTests="true"
7+
requireCoverageMetadata="false"
8+
beStrictAboutCoverageMetadata="false"
9+
beStrictAboutOutputDuringTests="false"
1010
failOnRisky="true"
1111
failOnWarning="true">
1212
<testsuites>

0 commit comments

Comments
 (0)