From bdd09b7c5ca09f6e952657cc0df7a1bf1064c953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 20 Apr 2023 20:53:30 +0200 Subject: [PATCH] Become strict about notices and warnings Since PHPUnit 10, it is possible to display details when notices and warnings happen, and to fail the test suite on notice. failOnWarning is older than that. --- phpunit.xml.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index da3b72933c2..67776e6bb75 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -14,6 +14,10 @@