From f08a856dddaa96b791a9bdcdce8fd37e3798525e Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 11 Jun 2021 23:13:29 +0200 Subject: [PATCH] [phpunit] set convertDeprecationsToExceptions to false --- phpunit/phpunit/9.3/phpunit.xml.dist | 1 + symfony/phpunit-bridge/5.3/phpunit.xml.dist | 1 + 2 files changed, 2 insertions(+) diff --git a/phpunit/phpunit/9.3/phpunit.xml.dist b/phpunit/phpunit/9.3/phpunit.xml.dist index 7884fea8..3832fac2 100644 --- a/phpunit/phpunit/9.3/phpunit.xml.dist +++ b/phpunit/phpunit/9.3/phpunit.xml.dist @@ -6,6 +6,7 @@ backupGlobals="false" colors="true" bootstrap="tests/bootstrap.php" + convertDeprecationsToExceptions="false" > diff --git a/symfony/phpunit-bridge/5.3/phpunit.xml.dist b/symfony/phpunit-bridge/5.3/phpunit.xml.dist index 7884fea8..3832fac2 100644 --- a/symfony/phpunit-bridge/5.3/phpunit.xml.dist +++ b/symfony/phpunit-bridge/5.3/phpunit.xml.dist @@ -6,6 +6,7 @@ backupGlobals="false" colors="true" bootstrap="tests/bootstrap.php" + convertDeprecationsToExceptions="false" >