From 227e362842a2340591608d6cb209e46a817f3403 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 5 Aug 2020 15:57:51 +0200 Subject: allow grouping of activity settings Signed-off-by: Robin Appelman --- tests/lib/Activity/ManagerTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lib/Activity/ManagerTest.php b/tests/lib/Activity/ManagerTest.php index 77c0607916a..f8552e5d45f 100644 --- a/tests/lib/Activity/ManagerTest.php +++ b/tests/lib/Activity/ManagerTest.php @@ -56,7 +56,8 @@ class ManagerTest extends TestCase { $this->request, $this->session, $this->config, - $this->validator + $this->validator, + $this->createMock(IL10N::class) ); $this->assertSame([], self::invokePrivate($this->activityManager, 'getConsumers')); -- cgit v1.2.3