From 77bc6c32d8b7cfe65f6a0e4ba303997a22f075d7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 19 Jul 2023 21:56:34 +0200 Subject: fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher Signed-off-by: Joas Schilling --- apps/files/tests/Controller/ViewControllerTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/files/tests') diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 05f35f32f0a..2fa98be9fcd 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -52,7 +52,6 @@ use OCP\IUser; use OCP\IUserSession; use OCP\Share\IManager; use OCP\Template; -use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Test\TestCase; /** @@ -69,7 +68,7 @@ class ViewControllerTest extends TestCase { private $l10n; /** @var IConfig|\PHPUnit\Framework\MockObject\MockObject */ private $config; - /** @var EventDispatcherInterface */ + /** @var IEventDispatcher */ private $eventDispatcher; /** @var ViewController|\PHPUnit\Framework\MockObject\MockObject */ private $viewController; -- cgit v1.2.3