Skip to content

Commit 12070f8

Browse files
allow phpunit to fail on deprecations
1 parent 0bcca65 commit 12070f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
bootstrap="vendor/autoload.php"
66
colors="false"
77
failOnNotice="true"
8-
failOnDeprecation="true"
8+
failOnDeprecation="false"
99
failOnWarning="true"
1010
>
1111
<source>

0 commit comments

Comments
 (0)