Skip to content

Commit 6336081

Browse files
committed
Don't fail on warnings
1 parent 8345880 commit 6336081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
failOnPhpunitDeprecation="true"
1111
failOnRisky="true"
1212
failOnSkipped="true"
13-
failOnWarning="true"
13+
failOnWarning="false"
1414
displayDetailsOnIncompleteTests="true"
1515
displayDetailsOnPhpunitDeprecations="true"
1616
displayDetailsOnSkippedTests="true"

0 commit comments

Comments
 (0)