Skip to content

Commit

Permalink
mark deprecation as weak for PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Aug 20, 2024
1 parent fbf7574 commit 302f1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 302f1b8

Please sign in to comment.