]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - phpunit.xml.dist
Last deps update
[github/wallabag/wallabag.git] / phpunit.xml.dist
index 7bec5b5e903648a70a0b988120c6e8502154ab47..0e8cc8ebb72db8ada71009b111216f6901006d15 100644 (file)
@@ -9,7 +9,7 @@
          processIsolation="false"
          stopOnFailure="false"
          syntaxCheck="false"
-         bootstrap="app/bootstrap.php.cache"
+         bootstrap="app/autoload.php"
         >
 
     <testsuites>
 
     <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>