mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05: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 }} -->
|
<!-- {{ 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…
Add table
Add a link
Reference in a new issue