diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-08-18 20:00:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 20:00:30 +0200 |
commit | 5d8242c7b69641d9d73db21dc84b7e2f850515df (patch) | |
tree | f4bc76ad429cad1b32938181d70cead669007e15 | |
parent | fa7b911fd262ded4fa29dfad309050a557d49668 (diff) | |
parent | 3a71155fc50cb8d7e819b5e10bccc7c25f142288 (diff) | |
download | nextcloud-server-5d8242c7b69641d9d73db21dc84b7e2f850515df.tar.gz nextcloud-server-5d8242c7b69641d9d73db21dc84b7e2f850515df.zip |
Merge pull request #22291 from nextcloud/bugfix/22117/fix-activity-tests-again
Fix activity tests again
-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; |