Use the correct Server class in apps/dav/tests/unit/CalDAV/CalendarImplTest.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/34819/head
Côme Chilliet 2 years ago
parent ee06261b82
commit 8ec7e4301d
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A

@ -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;

Loading…
Cancel
Save