fix(phpunit): not strict about output during tests

This commit is contained in:
Oliver Davies 2023-04-12 23:05:29 +01:00
parent 53765e6048
commit 96fba34f4a

View file

@ -2,7 +2,7 @@
<!-- {{ managedText | raw }} -->
<phpunit
beStrictAboutChangesToGlobalState="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutOutputDuringTests="false"
beStrictAboutTestsThatDoNotTestAnything="true"
bootstrap="{{ drupal.docroot }}/core/tests/bootstrap.php"
cacheResult="false"