Skip to content

Commit 001f2e9

Browse files
committed
Do not let phpunit fail on deprecations
1 parent d2d5490 commit 001f2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
66
colors="true"
7-
failOnDeprecation="true"
7+
failOnDeprecation="false"
88
failOnNotice="true"
99
failOnWarning="true"
1010
bootstrap="tests/bootstrap.php"

0 commit comments

Comments
 (0)