]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Avoid other bundle deprecation to cancel the build
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 6 Nov 2015 23:18:46 +0000 (00:18 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 6 Nov 2015 23:18:46 +0000 (00:18 +0100)
phpunit.xml.dist

index 6f6269a4cfe3659a17f42245c4a2b6e03506de8e..7bec5b5e903648a70a0b988120c6e8502154ab47 100644 (file)
 
     <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>