]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - phpunit.xml.dist
Jump to 2.3.6-dev and update release process
[github/wallabag/wallabag.git] / phpunit.xml.dist
index 38880908022eb921527da71c842377db5ef12997..951b5a145c5100e1cd17aa9bccdf64993a6dd66d 100644 (file)
@@ -16,6 +16,7 @@
     <php>
         <ini name="error_reporting" value="-1" />
         <server name="KERNEL_DIR" value="app/" />
+        <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
     </php>
 
     <filter>
@@ -29,4 +30,8 @@
             </exclude>
         </whitelist>
     </filter>
+
+    <listeners>
+        <listener class="\DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener" />
+    </listeners>
 </phpunit>