From 03b31d113ea316c8384a4cbf3d27ca22bb528eac Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Sat, 28 Jun 2014 22:28:08 +0200 Subject: Update SabreDAV from 1.8.9 to 1.8.10. --- vendor/sabre/dav/tests/Sabre/DAVServerTest.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'vendor/sabre/dav/tests/Sabre/DAVServerTest.php') diff --git a/vendor/sabre/dav/tests/Sabre/DAVServerTest.php b/vendor/sabre/dav/tests/Sabre/DAVServerTest.php index a92c7065a..207687d90 100644 --- a/vendor/sabre/dav/tests/Sabre/DAVServerTest.php +++ b/vendor/sabre/dav/tests/Sabre/DAVServerTest.php @@ -3,10 +3,16 @@ namespace Sabre; require_once 'Sabre/HTTP/ResponseMock.php'; + +require_once 'Sabre/DAV/Auth/Backend/Mock.php'; +require_once 'Sabre/DAV/Mock/File.php'; +require_once 'Sabre/DAV/Mock/Collection.php'; + +require_once 'Sabre/DAVACL/PrincipalBackend/Mock.php'; + require_once 'Sabre/CalDAV/Backend/Mock.php'; + require_once 'Sabre/CardDAV/Backend/Mock.php'; -require_once 'Sabre/DAVACL/PrincipalBackend/Mock.php'; -require_once 'Sabre/DAV/Auth/Backend/Mock.php'; /** * This class may be used as a basis for other webdav-related unittests. @@ -16,7 +22,7 @@ require_once 'Sabre/DAV/Auth/Backend/Mock.php'; * * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) - * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License + * @license http://sabre.io/license/ Modified BSD License */ abstract class DAVServerTest extends \PHPUnit_Framework_TestCase { -- cgit v1.2.3