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.
2 parents aba1f27 + 0d60e39 commit 2ea83f4Copy full SHA for 2ea83f4
phpunit.xml.dist
@@ -8,6 +8,11 @@
8
beStrictAboutTestsThatDoNotTestAnything="true"
9
beStrictAboutOutputDuringTests="true"
10
beStrictAboutChangesToGlobalState="true"
11
+ failOnNotice="true"
12
+ failOnWarning="true"
13
+ displayDetailsOnTestsThatTriggerNotices="true"
14
+ displayDetailsOnTestsThatTriggerWarnings="true"
15
+ displayDetailsOnTestsThatTriggerErrors="true"
16
cacheDirectory=".phpunit.cache"
17
requireCoverageMetadata="false"
18
>
0 commit comments