Skip to content

Commit 00a4480

Browse files
committed
Adjust phpunit config: display details for warnings, notices, errors
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent cef74da commit 00a4480

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
@@ -9,6 +9,10 @@
99
failOnIncomplete="true"
1010
failOnRisky="true"
1111
failOnWarning="true"
12+
displayDetailsOnTestsThatTriggerWarnings="true"
13+
displayDetailsOnTestsThatTriggerNotices="true"
14+
displayDetailsOnTestsThatTriggerErrors="true"
15+
displayDetailsOnTestsThatTriggerDeprecations="false"
1216
requireCoverageMetadata="true"
1317
beStrictAboutOutputDuringTests="true"
1418
colors="true"

0 commit comments

Comments
 (0)