Remove weak deprecation 💥

This commit is contained in:
Jeremy Benoist 2015-12-06 15:00:26 +01:00
parent e23edfd287
commit 30a40b0298

View file

@ -23,8 +23,9 @@
<!--
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" />
-->
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
</php>
<filter>