aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-07-19 21:56:34 +0200
committerJoas Schilling <coding@schilljs.com>2023-07-25 11:19:26 +0200
commit77bc6c32d8b7cfe65f6a0e4ba303997a22f075d7 (patch)
tree30c9d215b79d0c21ba7ecac0b5fb94865fec2863 /apps/workflowengine
parent43ab741f9cc252ac48612f586b0d545c0c253e5c (diff)
downloadnextcloud-server-77bc6c32d8b7cfe65f6a0e4ba303997a22f075d7.tar.gz
nextcloud-server-77bc6c32d8b7cfe65f6a0e4ba303997a22f075d7.zip
fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/workflowengine')
-rw-r--r--apps/workflowengine/tests/ManagerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/workflowengine/tests/ManagerTest.php b/apps/workflowengine/tests/ManagerTest.php
index dee6b508454..213daf49415 100644
--- a/apps/workflowengine/tests/ManagerTest.php
+++ b/apps/workflowengine/tests/ManagerTest.php
@@ -52,7 +52,6 @@ use OCP\WorkflowEngine\IEntityEvent;
use OCP\WorkflowEngine\IManager;
use OCP\WorkflowEngine\IOperation;
use PHPUnit\Framework\MockObject\MockObject;
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Test\TestCase;
/**