summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-18 18:21:03 +0200
committerJoas Schilling <coding@schilljs.com>2020-08-18 18:21:03 +0200
commit3a71155fc50cb8d7e819b5e10bccc7c25f142288 (patch)
treef4bc76ad429cad1b32938181d70cead669007e15 /tests
parentfa7b911fd262ded4fa29dfad309050a557d49668 (diff)
downloadnextcloud-server-3a71155fc50cb8d7e819b5e10bccc7c25f142288.tar.gz
nextcloud-server-3a71155fc50cb8d7e819b5e10bccc7c25f142288.zip
Fix activity tests again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Activity/ManagerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Activity/ManagerTest.php b/tests/lib/Activity/ManagerTest.php
index 2235d63383b..f8b34b4c716 100644
--- a/tests/lib/Activity/ManagerTest.php
+++ b/tests/lib/Activity/ManagerTest.php
@@ -24,6 +24,7 @@
namespace Test\Activity;
use OCP\IConfig;
+use OCP\IL10N;
use OCP\IRequest;
use OCP\IUser;
use OCP\IUserSession;