Skip to content

Commit

Permalink
Use the correct Server class in apps/dav/tests/unit/CalDAV/CalendarIm…
Browse files Browse the repository at this point in the history
…plTest.php

Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Dec 5, 2022
1 parent ee06261 commit 8ec7e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/tests/unit/CalDAV/CalendarImplTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
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;
Expand Down

0 comments on commit 8ec7e43

Please sign in to comment.