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 }} -->
|
<!-- {{ managedText | raw }} -->
|
||||||
<phpunit
|
<phpunit
|
||||||
beStrictAboutChangesToGlobalState="true"
|
beStrictAboutChangesToGlobalState="true"
|
||||||
beStrictAboutOutputDuringTests="true"
|
beStrictAboutOutputDuringTests="false"
|
||||||
beStrictAboutTestsThatDoNotTestAnything="true"
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
||||||
bootstrap="{{ drupal.docroot }}/core/tests/bootstrap.php"
|
bootstrap="{{ drupal.docroot }}/core/tests/bootstrap.php"
|
||||||
cacheResult="false"
|
cacheResult="false"
|
||||||
|
|
Loading…
Reference in a new issue