We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a938395 commit b14191dCopy full SHA for b14191d
1 file changed
tests/phpunit.xml
@@ -3,7 +3,6 @@
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:noNamespaceSchemaLocation="../vendor/phpunit/phpunit/phpunit.xsd"
5
beStrictAboutChangesToGlobalState="true"
6
- beStrictAboutCoverageMetadata="true"
7
beStrictAboutOutputDuringTests="true"
8
beStrictAboutTestsThatDoNotTestAnything="true"
9
bootstrap="../src/autoload.php"
@@ -18,7 +17,6 @@
18
17
displayDetailsOnTestsThatTriggerNotices="true"
19
displayDetailsOnTestsThatTriggerWarnings="true"
20
executionOrder="random"
21
- requireCoverageMetadata="true"
22
stopOnError="false"
23
stopOnFailure="false"
24
stopOnIncomplete="false"
0 commit comments