From d585e142402b0526b69c8145ca833abca20ae023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 11 May 2022 21:47:05 +0200 Subject: [PATCH] Fix php-cs-fixer failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- tests/unit/Service/AttachmentServiceTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/Service/AttachmentServiceTest.php b/tests/unit/Service/AttachmentServiceTest.php index 3815787e1..7e26bcef4 100644 --- a/tests/unit/Service/AttachmentServiceTest.php +++ b/tests/unit/Service/AttachmentServiceTest.php @@ -36,8 +36,6 @@ use OCA\Deck\NoPermissionException; use OCA\Deck\NotFoundException; use OCP\AppFramework\Http\Response; use OCP\AppFramework\IAppContainer; -use OCP\ICache; -use OCP\ICacheFactory; use OCP\IL10N; use PHPUnit\Framework\MockObject\MockObject; use Test\TestCase;