diff options
author | Morris Jobke <hey@morrisjobke.de> | 2021-06-07 10:31:14 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2021-06-07 10:31:14 +0200 |
commit | e238b93234549a3d6234b06dc8f83dbe053ada2e (patch) | |
tree | e52efd50bebc67c3c924ab38fe15f8e8943f5927 /apps/dav/tests | |
parent | e1e5026df28b9311e241788ba86b4ab2fcec3592 (diff) | |
download | nextcloud-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')
-rw-r--r-- | apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php | 5 | ||||
-rw-r--r-- | apps/dav/tests/unit/CalDAV/CalDavBackendTest.php | 5 |
2 files changed, 0 insertions, 10 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; diff --git a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php index ffa74de19aa..dc370197fc1 100644 --- a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php @@ -36,12 +36,7 @@ use DateTime; use DateTimeZone; use OCA\DAV\CalDAV\CalDavBackend; use OCA\DAV\CalDAV\Calendar; -use OCA\DAV\Events\CalendarCreatedEvent; use OCA\DAV\Events\CalendarDeletedEvent; -use OCA\DAV\Events\CalendarObjectCreatedEvent; -use OCA\DAV\Events\CalendarUpdatedEvent; -use OCA\DAV\Events\SubscriptionDeletedEvent; -use OCA\DAV\Events\SubscriptionUpdatedEvent; use OCP\IConfig; use OCP\IL10N; use Sabre\DAV\Exception\NotFound; |