Skip to content

Commit 9e5172c

Browse files
committed
Try tightening X-as-exception settings in config again
1 parent e60d7c5 commit 9e5172c

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
@@ -6,6 +6,10 @@
66
colors="true"
77
beStrictAboutTestsThatDoNotTestAnything="true"
88
beStrictAboutOutputDuringTests="true"
9+
convertErrorsToExceptions="true"
10+
convertWarningsToExceptions="true"
11+
convertNoticesToExceptions="true"
12+
convertDeprecationsToExceptions="true"
913
>
1014
<testsuites>
1115
<!-- Default test suite to run all tests. -->

0 commit comments

Comments
 (0)