Skip to content

Commit bffd45f

Browse files
committed
phpunit.xml.dist // dont fail on warnings.
1 parent 2a7e579 commit bffd45f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
convertWarningsToExceptions="true"
1010
convertDeprecationsToExceptions="false"
1111
backupGlobals="false"
12-
stopOnFailure="false">
12+
stopOnFailure="false"
13+
failOnWarning="false">
1314

1415
<php>
1516
<ini name="error_reporting" value="E_ALL"/>

0 commit comments

Comments
 (0)