]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/SabreDAV/tests/phpunit.xml
Initial Release of the calendar plugin
[friendica-addons.git] / dav / SabreDAV / tests / phpunit.xml
diff --git a/dav/SabreDAV/tests/phpunit.xml b/dav/SabreDAV/tests/phpunit.xml
new file mode 100644 (file)
index 0000000..42e527c
--- /dev/null
@@ -0,0 +1,26 @@
+<phpunit
+  colors="true"
+  bootstrap="bootstrap.php"
+  convertErrorsToExceptions="true"
+  convertNoticesToExceptions="true"
+  convertWarningsToExceptions="true"
+  >
+  <testsuite name="SabreDAV">
+    <directory>Sabre/</directory>
+  </testsuite>
+
+  <filter>
+    <whitelist addUncoveredFilesFromWhitelist="true">
+       <directory suffix=".php">../lib/</directory>
+       <exclude>
+         <file>../lib/Sabre.includes.php</file>
+         <file>../lib/Sabre/CalDAV/includes.php</file>
+         <file>../lib/Sabre/CardDAV/includes.php</file>
+         <file>../lib/Sabre/DAVACL/includes.php</file>
+         <file>../lib/Sabre/HTTP/includes.php</file>
+         <file>../lib/Sabre/DAV/includes.php</file>
+         <file>../lib/Sabre/VObject/includes.php</file>
+       </exclude>
+    </whitelist>
+  </filter>
+</phpunit>