From ed9197e6ef94292d1ef8d71938c15a3f3bd3cd43 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 16 May 2022 15:16:03 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04224=20Fix=20failed=20Jenkins=20build=20?= =?UTF-8?q?due=20to=20"Function=20ReflectionType::=5F=5FtoString()=20is=20?= =?UTF-8?q?deprecated"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit E_DEPRECATED were previously hidden on the whole test infra. But after PHPUnit update (N°3091) we restored them. On legacy builds we are still using PHPUnit 6 and mocks which are generating such notices. So we are now hiding them only where necessary ! --- test/phpunit.xml.dist | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/phpunit.xml.dist b/test/phpunit.xml.dist index fec60578f9..92b0915f93 100644 --- a/test/phpunit.xml.dist +++ b/test/phpunit.xml.dist @@ -40,6 +40,14 @@ timeoutForLargeTests="60" verbose="false"> + + + + + ../env-production/*/test