]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/phpunit.xml.dist
Tests are working again
[github/wallabag/wallabag.git] / app / phpunit.xml.dist
index 0be14ca954950b591be5192b8f388439654b7aed..6593a2f06e2ce3a57281c74f2130e2bc7193775e 100644 (file)
@@ -1,12 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
-         backupGlobals="false"
+<phpunit backupGlobals="false"
+         backupStaticAttributes="false"
          colors="true"
+         convertErrorsToExceptions="true"
+         convertNoticesToExceptions="true"
+         convertWarningsToExceptions="true"
+         processIsolation="false"
+         stopOnFailure="false"
+         syntaxCheck="false"
          bootstrap="bootstrap.php.cache"
->
+        >
+
     <testsuites>
         <testsuite name="wallabag Test Suite">
             <directory>../src/Wallabag/CoreBundle/Tests</directory>