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 b44c082 commit dc399aeCopy full SHA for dc399ae
phpunit.xml.dist
@@ -8,6 +8,10 @@
8
failOnDeprecation="true"
9
failOnIncomplete="true"
10
failOnEmptyTestSuite="true"
11
+ displayDetailsOnTestsThatTriggerErrors="true"
12
+ displayDetailsOnTestsThatTriggerWarnings="true"
13
+ displayDetailsOnTestsThatTriggerNotices="true"
14
+ displayDetailsOnTestsThatTriggerDeprecations="true"
15
beStrictAboutChangesToGlobalState="true"
16
beStrictAboutOutputDuringTests="true"
17
executionOrder="defects"
0 commit comments