Skip to content

Commit 4174d60

Browse files
committed
Update phpunit config
We should not allow risky tests and warnings.
1 parent 5e1c083 commit 4174d60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml.dist

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
convertErrorsToExceptions="true"
99
convertNoticesToExceptions="true"
1010
convertWarningsToExceptions="true"
11+
failOnRisky="true"
12+
failOnWarning="true"
1113
processIsolation="false"
1214
stopOnError="false"
1315
stopOnFailure="false"

0 commit comments

Comments
 (0)