Set SHELL_VERBOSITY to "-1" (quiet)

This commit is contained in:
Nicolas Grekas
2017-11-26 18:21:32 +01:00
parent 7f1e542ed6
commit 4e0800f3bc
2 changed files with 2 additions and 0 deletions
@@ -13,6 +13,7 @@
<env name="APP_ENV" value="test" />
<env name="APP_DEBUG" value="1" />
<env name="APP_SECRET" value="s$cretf0rt3st" />
<env name="SHELL_VERBOSITY" value="-1" />
<!-- define your env variables for the test env here -->
</php>