Avoid other bundle deprecation to cancel the build

This commit is contained in:
Jeremy Benoist 2015-11-07 00:18:46 +01:00
parent 33fe61f92f
commit b2a903feef

View file

@ -20,6 +20,11 @@
<php>
<server name="KERNEL_DIR" value="./app/" />
<!--
Avoid tests to fail because of deprecated stuff
see: http://symfony.com/doc/current/cookbook/upgrade/major_version.html#deprecations-in-phpunit
-->
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
</php>
<filter>