From 0b02a6d123b2014705998c94ddf3d460948d3eac Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 10 May 2016 17:26:44 -0700 Subject: initial sabre upgrade (needs lots of work - to wit: authentication, redo the browser interface, and rework event export/import) --- vendor/sabre/dav/tests/phpunit.xml | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) (limited to 'vendor/sabre/dav/tests/phpunit.xml') 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" > - - Sabre/ + + ../vendor/sabre/event/tests/ + + + ../vendor/sabre/uri/tests/ + + + ../vendor/sabre/xml/tests/Sabre/Xml/ + + + ../vendor/sabre/http/tests/HTTP - ../vendor/sabre/vobject/tests/Sabre/VObject + ../vendor/sabre/vobject/tests/VObject + + + + Sabre/DAV + + + Sabre/DAVACL + + + Sabre/CalDAV + + + Sabre/CardDAV @@ -17,11 +40,6 @@ ../lib/ ../lib/Sabre/autoload.php - ../lib/Sabre/CalDAV/includes.php - ../lib/Sabre/CardDAV/includes.php - ../lib/Sabre/DAVACL/includes.php - ../lib/Sabre/HTTP/includes.php - ../lib/Sabre/DAV/includes.php ../lib/Sabre/VObject/includes.php -- cgit v1.2.3