]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - phpunit.xml.dist
foo test
[github/wallabag/wallabag.git] / phpunit.xml.dist
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
new file mode 100644 (file)
index 0000000..cede1ce
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+    <phpunit backupGlobals="false"
+         backupStaticAttributes="false"
+         colors="true"
+         convertErrorsToExceptions="true"
+         convertNoticesToExceptions="true"
+         convertWarningsToExceptions="true"
+         processIsolation="false"
+         stopOnFailure="false"
+         syntaxCheck="false"
+         bootstrap="vendor/autoload.php"
+               >
+
+       <testsuites>
+               <testsuite name="wallabag Test Suite">
+                       <directory>tests</directory>
+               </testsuite>
+       </testsuites>
+
+       <filter>
+               <whitelist>
+                       <directory>inc</directory>
+               </whitelist>
+       </filter>
+
+</phpunit>