summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-22 17:27:41 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-22 17:27:41 +0200
commit62f47af2b6143d7c9ff1f24b1ffce2ff6951bc7f (patch)
treeb5dcc6a28881e50f2618ce4f0124fbd2c23c2e08 /tests
parent1e04bb0396f50d598a6f773522e571559befab5a (diff)
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/Chat/Parser/UserMentionTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/php/Chat/Parser/UserMentionTest.php b/tests/php/Chat/Parser/UserMentionTest.php
index b52611b1f..9893a947b 100644
--- a/tests/php/Chat/Parser/UserMentionTest.php
+++ b/tests/php/Chat/Parser/UserMentionTest.php
@@ -34,7 +34,6 @@ use OCA\Talk\Room;
use OCP\Comments\IComment;
use OCP\Comments\ICommentsManager;
use OCP\IL10N;
-use OCP\IUser;
use OCP\IUserManager;
use PHPUnit\Framework\MockObject\MockObject;
use Test\TestCase;