diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-08-11 11:24:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 11:24:23 +0200 |
commit | 8fc877ff7dbe7e51a6da93f076f27216b57bc8cb (patch) | |
tree | d34dc9fea0323ea810d4c76a07eff87c9e5a8038 /tests | |
parent | 5d3ecfdffdf97e7b7e67263dd582618c3e24e874 (diff) | |
parent | 227e362842a2340591608d6cb209e46a817f3403 (diff) | |
download | nextcloud-server-8fc877ff7dbe7e51a6da93f076f27216b57bc8cb.tar.gz nextcloud-server-8fc877ff7dbe7e51a6da93f076f27216b57bc8cb.zip |
Merge pull request #22117 from nextcloud/activity-settings-grouping
allow grouping of activity settings
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Activity/ManagerTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
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')); |