Skip to content

Commit dc399ae

Browse files
committed
Update phpunit config
1 parent b44c082 commit dc399ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
failOnDeprecation="true"
99
failOnIncomplete="true"
1010
failOnEmptyTestSuite="true"
11+
displayDetailsOnTestsThatTriggerErrors="true"
12+
displayDetailsOnTestsThatTriggerWarnings="true"
13+
displayDetailsOnTestsThatTriggerNotices="true"
14+
displayDetailsOnTestsThatTriggerDeprecations="true"
1115
beStrictAboutChangesToGlobalState="true"
1216
beStrictAboutOutputDuringTests="true"
1317
executionOrder="defects"

0 commit comments

Comments
 (0)