Skip to content

Commit 34f7d61

Browse files
committed
Assorted fixes from review.
1 parent 59bfc81 commit 34f7d61

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

phpunit.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@
88
requireCoverageMetadata="true"
99
beStrictAboutCoverageMetadata="true"
1010
beStrictAboutOutputDuringTests="true"
11-
displayDetailsOnPhpunitDeprecations="true"
12-
failOnPhpunitDeprecation="true"
1311
failOnRisky="true"
12+
displayDetailsOnTestsThatTriggerErrors="true"
13+
displayDetailsOnTestsThatTriggerWarnings="true"
14+
displayDetailsOnTestsThatTriggerNotices="true"
15+
displayDetailsOnTestsThatTriggerDeprecations="true"
16+
displayDetailsOnPhpunitDeprecations="false"
17+
failOnNotice="true"
18+
failOnDeprecation="true"
19+
failOnPhpunitDeprecation="false"
1420
failOnWarning="true">
1521
<testsuites>
1622
<testsuite name="default">
@@ -22,6 +28,8 @@
2228
<ini name="assert.active" value="1"/>
2329
<ini name="assert.exception" value="1"/>
2430
<ini name="assert.bail" value="0"/>
31+
<ini name="display_errors" value="1"/>
32+
<ini name="display_startup_errors" value="1"/>
2533
</php>
2634
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
2735
<include>

0 commit comments

Comments
 (0)