aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-12-05 16:32:01 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-12-05 16:32:01 +0100
commit8ec7e4301d58eaa8ff1f568e5ace7ac119ae2567 (patch)
tree823ff0ae59d31c43c7b63a90aa737cbf031cc8c1
parentee06261b82660b8dfebd7c63941c4ef29a7002e7 (diff)
downloadnextcloud-server-8ec7e4301d58eaa8ff1f568e5ace7ac119ae2567.tar.gz
nextcloud-server-8ec7e4301d58eaa8ff1f568e5ace7ac119ae2567.zip
Use the correct Server class in apps/dav/tests/unit/CalDAV/CalendarImplTest.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--apps/dav/tests/unit/CalDAV/CalendarImplTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/CalDAV/CalendarImplTest.php b/apps/dav/tests/unit/CalDAV/CalendarImplTest.php
index 69e749962dc..cc0b963634c 100644
--- a/apps/dav/tests/unit/CalDAV/CalendarImplTest.php
+++ b/apps/dav/tests/unit/CalDAV/CalendarImplTest.php
@@ -31,9 +31,9 @@ use OCA\DAV\CalDAV\Calendar;
use OCA\DAV\CalDAV\CalendarImpl;
use OCA\DAV\CalDAV\InvitationResponse\InvitationResponseServer;
use OCA\DAV\CalDAV\Schedule\Plugin;
+use OCA\DAV\Connector\Sabre\Server;
use OCP\Calendar\Exceptions\CalendarException;
use PHPUnit\Framework\MockObject\MockObject;
-use Sabre\DAV\Server;
use Sabre\VObject\Component\VCalendar;
use Sabre\VObject\Component\VEvent;
use Sabre\VObject\ITip\Message;