aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/tests/phpunit.xml
diff options
context:
space:
mode:
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>