localgovdrupal / localgov_microsites_project

Project template for Drupal 9 sites built with the LocalGov Drupal Microsites distribution.
GNU General Public License v2.0
5 stars 4 forks source link

Set environment variable SYMFONY_DEPRECATIONS_HELPER for phpunit #45

Closed finnlewis closed 4 months ago

finnlewis commented 5 months ago

Set environment variable SYMFONY_DEPRECATIONS_HELPER for phpunit to disabled to suppress display of deprecation notices in phpunit output.

ekes commented 4 months ago

@millnut

Hi @finnlewis I think we shouldn't change this as we'd miss deprecations that might not be picked up by automated tooling and can only be flagged at runtime, so it is good to have these reported so they can be looked at, logged and fixed. Looking at Drupal core they also don't have this set up.

https://github.com/localgovdrupal/localgov_project/pull/157#issuecomment-2069623846