From cd71c09d0f1e3a558d8c657acad5f7c236ae8e30 Mon Sep 17 00:00:00 2001 From: Finn Lewis Date: Thu, 18 Apr 2024 12:51:34 +0100 Subject: [PATCH] Set environment variable SYMFONY_DEPRECATIONS_HELPER for phpunit to disabled to suppress display of deprecation notices in phpunit output. --- phpunit.xml.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 22abe68..ea50071 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -22,6 +22,8 @@ external DDev URL so you can follow the links directly. --> + +