From 7250ade96128344b9d8ed211b9b9d7e7d16cb370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 10 Oct 2023 14:15:04 +0200 Subject: [PATCH] Be strict about deprecations Fail when there is a deprecation, and since we should not have any, we can afford to display them when they occur. --- phpunit.xml.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 67776e6bb75..103324ecca0 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -14,8 +14,10 @@