]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/sabre-vobject/tests/phpunit.xml
Second part of refactoring; should be runnable again, yet not thoroughly tested
[friendica-addons.git] / dav / sabre-vobject / tests / phpunit.xml
diff --git a/dav/sabre-vobject/tests/phpunit.xml b/dav/sabre-vobject/tests/phpunit.xml
new file mode 100644 (file)
index 0000000..8aeb65a
--- /dev/null
@@ -0,0 +1,17 @@
+<phpunit
+  colors="true"
+  bootstrap="bootstrap.php"
+  convertErrorsToExceptions="true"
+  convertNoticesToExceptions="true"
+  convertWarningsToExceptions="true"
+  >
+  <testsuite name="Sabre_VObject">
+    <directory>Sabre/</directory>
+  </testsuite>
+
+  <filter>
+    <whitelist addUncoveredFilesFromWhitelist="true">
+       <directory suffix=".php">../lib/</directory>
+    </whitelist>
+  </filter>
+</phpunit>