- Issue created by @drunken monkey
- 🇪🇸Spain fjgarlin
I believe that the behaviour comes because of this line in the core
phpunit.xml.dist
: https://git.drupalcode.org/project/drupal/-/blob/11.x/core/phpunit.xml.d...
failOnWarning="true"
You'd need to override that value to
false
for your module somehow. - 🇪🇸Spain fjgarlin
Given that the core's default value is set to fail and that each module can add their own
phpunit.xml(.dist)
file, I'm closing this as "Work as designed".