diff options
author | Joas Schilling <coding@schilljs.com> | 2020-08-18 18:21:03 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-08-18 18:21:03 +0200 |
commit | 3a71155fc50cb8d7e819b5e10bccc7c25f142288 (patch) | |
tree | f4bc76ad429cad1b32938181d70cead669007e15 /tests | |
parent | fa7b911fd262ded4fa29dfad309050a557d49668 (diff) | |
download | nextcloud-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.php | 1 |
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; |