aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/tests/phpunit.xml
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-10 17:26:44 -0700
committerredmatrix <git@macgirvin.com>2016-05-10 17:26:44 -0700
commit0b02a6d123b2014705998c94ddf3d460948d3eac (patch)
tree78ff2cab9944a4f5ab3f80ec93cbe1120de90bb2 /vendor/sabre/dav/tests/phpunit.xml
parent40b5b6e9d2da7ab65c8b4d38cdceac83a4d78deb (diff)
downloadvolse-hubzilla-0b02a6d123b2014705998c94ddf3d460948d3eac.tar.gz
volse-hubzilla-0b02a6d123b2014705998c94ddf3d460948d3eac.tar.bz2
volse-hubzilla-0b02a6d123b2014705998c94ddf3d460948d3eac.zip
initial sabre upgrade (needs lots of work - to wit: authentication, redo the browser interface, and rework event export/import)
Diffstat (limited to 'vendor/sabre/dav/tests/phpunit.xml')
-rw-r--r--vendor/sabre/dav/tests/phpunit.xml34
1 files changed, 26 insertions, 8 deletions
diff --git a/vendor/sabre/dav/tests/phpunit.xml b/vendor/sabre/dav/tests/phpunit.xml
index e93933049..db475f12b 100644
--- a/vendor/sabre/dav/tests/phpunit.xml
+++ b/vendor/sabre/dav/tests/phpunit.xml
@@ -4,12 +4,35 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
+ strict="true"
>
- <testsuite name="sabre-dav">
- <directory>Sabre/</directory>
+ <testsuite name="sabre-event">
+ <directory>../vendor/sabre/event/tests/</directory>
+ </testsuite>
+ <testsuite name="sabre-uri">
+ <directory>../vendor/sabre/uri/tests/</directory>
+ </testsuite>
+ <testsuite name="sabre-xml">
+ <directory>../vendor/sabre/xml/tests/Sabre/Xml/</directory>
+ </testsuite>
+ <testsuite name="sabre-http">
+ <directory>../vendor/sabre/http/tests/HTTP</directory>
</testsuite>
<testsuite name="sabre-vobject">
- <directory>../vendor/sabre/vobject/tests/Sabre/VObject</directory>
+ <directory>../vendor/sabre/vobject/tests/VObject</directory>
+ </testsuite>
+
+ <testsuite name="sabre-dav">
+ <directory>Sabre/DAV</directory>
+ </testsuite>
+ <testsuite name="sabre-davacl">
+ <directory>Sabre/DAVACL</directory>
+ </testsuite>
+ <testsuite name="sabre-caldav">
+ <directory>Sabre/CalDAV</directory>
+ </testsuite>
+ <testsuite name="sabre-carddav">
+ <directory>Sabre/CardDAV</directory>
</testsuite>
<filter>
@@ -17,11 +40,6 @@
<directory suffix=".php">../lib/</directory>
<exclude>
<file>../lib/Sabre/autoload.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>