Disabled deprecation messages for travis

This commit is contained in:
Kevin Frantz 2018-10-30 19:54:27 +01:00
parent c49b52d994
commit 155cca7695

View File

@ -14,7 +14,7 @@
<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 -->
<env name="SYMFONY_DEPRECATIONS_HELPER" value="0" />
</php>
<testsuites>