Skip to content

Commit b14191d

Browse files
committed
Do not require code coverage on phpunit.xml
1 parent a938395 commit b14191d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/phpunit.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="../vendor/phpunit/phpunit/phpunit.xsd"
55
beStrictAboutChangesToGlobalState="true"
6-
beStrictAboutCoverageMetadata="true"
76
beStrictAboutOutputDuringTests="true"
87
beStrictAboutTestsThatDoNotTestAnything="true"
98
bootstrap="../src/autoload.php"
@@ -18,7 +17,6 @@
1817
displayDetailsOnTestsThatTriggerNotices="true"
1918
displayDetailsOnTestsThatTriggerWarnings="true"
2019
executionOrder="random"
21-
requireCoverageMetadata="true"
2220
stopOnError="false"
2321
stopOnFailure="false"
2422
stopOnIncomplete="false"

0 commit comments

Comments
 (0)