Skip to content

Commit f08a856

Browse files
[phpunit] set convertDeprecationsToExceptions to false
1 parent d7c2440 commit f08a856

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

phpunit/phpunit/9.3/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
backupGlobals="false"
77
colors="true"
88
bootstrap="tests/bootstrap.php"
9+
convertDeprecationsToExceptions="false"
910
>
1011
<php>
1112
<ini name="error_reporting" value="-1" />

symfony/phpunit-bridge/5.3/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
backupGlobals="false"
77
colors="true"
88
bootstrap="tests/bootstrap.php"
9+
convertDeprecationsToExceptions="false"
910
>
1011
<php>
1112
<ini name="error_reporting" value="-1" />

0 commit comments

Comments
 (0)