mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 10:55:33 +01:00
fix(phpunit): not strict about output during tests
This commit is contained in:
parent
53765e6048
commit
96fba34f4a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue