aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2021-06-07 10:31:14 +0200
committerMorris Jobke <hey@morrisjobke.de>2021-06-07 10:31:14 +0200
commite238b93234549a3d6234b06dc8f83dbe053ada2e (patch)
treee52efd50bebc67c3c924ab38fe15f8e8943f5927 /apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php
parente1e5026df28b9311e241788ba86b4ab2fcec3592 (diff)
downloadnextcloud-server-e238b93234549a3d6234b06dc8f83dbe053ada2e.tar.gz
nextcloud-server-e238b93234549a3d6234b06dc8f83dbe053ada2e.zip
Code style fixes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php')
-rw-r--r--apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php b/apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php
index 8ac4aa37899..1c044f2e28a 100644
--- a/apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php
+++ b/apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php
@@ -31,11 +31,6 @@ use OC\KnownUser\KnownUserService;
use OCA\DAV\CalDAV\CalDavBackend;
use OCA\DAV\CalDAV\Proxy\ProxyMapper;
use OCA\DAV\Connector\Sabre\Principal;
-use OCA\DAV\Events\CalendarCreatedEvent;
-use OCA\DAV\Events\CalendarDeletedEvent;
-use OCA\DAV\Events\CalendarMovedToTrashEvent;
-use OCA\DAV\Events\CalendarObjectCreatedEvent;
-use OCA\DAV\Events\SubscriptionCreatedEvent;
use OCP\App\IAppManager;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\IConfig;