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