From 302f1b862efda31b262115dfcd2a7f69239f52b0 Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Tue, 20 Aug 2024 08:36:01 +0200 Subject: [PATCH] mark deprecation as weak for PHPUnit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 935aca8..4c9bb6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ ARG BASE_IMAGE_TAG=10.2 FROM wengerk/drupal-for-contrib:${BASE_IMAGE_TAG} -# Disable deprecation notice. -# ENV SYMFONY_DEPRECATIONS_HELPER=disabled +# Disable deprecation notice since PHPUnit 10 with Drupal 10.2 and upper. +ENV SYMFONY_DEPRECATIONS_HELPER=weak # Register the Drupal and DrupalPractice Standard with PHPCS. RUN ./vendor/bin/phpcs --config-set installed_paths \