mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
fix(phpunit): not strict about output during tests
This commit is contained in:
parent
53765e6048
commit
96fba34f4a
|
@ -2,7 +2,7 @@
|
|||
<!-- {{ managedText | raw }} -->
|
||||
<phpunit
|
||||
beStrictAboutChangesToGlobalState="true"
|
||||
beStrictAboutOutputDuringTests="true"
|
||||
beStrictAboutOutputDuringTests="false"
|
||||
beStrictAboutTestsThatDoNotTestAnything="true"
|
||||
bootstrap="{{ drupal.docroot }}/core/tests/bootstrap.php"
|
||||
cacheResult="false"
|
||||
|
|
Loading…
Reference in a new issue