Skip to content

Commit 53d9bab

Browse files
authored
Do not convert deprecations to errors during tests
1 parent 61affcc commit 53d9bab

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
@@ -7,7 +7,7 @@
77
convertErrorsToExceptions="true"
88
convertNoticesToExceptions="true"
99
convertWarningsToExceptions="true"
10-
convertDeprecationsToExceptions="true">
10+
convertDeprecationsToExceptions="false">
1111

1212
<filter>
1313
<whitelist processUncoveredFilesFromWhitelist="true">

0 commit comments

Comments
 (0)