diff options
author | Robin Appelman <robin@icewind.nl> | 2020-08-05 15:57:51 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2020-08-05 16:13:03 +0200 |
commit | 227e362842a2340591608d6cb209e46a817f3403 (patch) | |
tree | d9a3a22b6f5298b1e433b7f79f603daff7ab5aa2 /tests | |
parent | a4d511d82767f54af086b366a6c08bc927cb870c (diff) | |
download | nextcloud-server-227e362842a2340591608d6cb209e46a817f3403.tar.gz nextcloud-server-227e362842a2340591608d6cb209e46a817f3403.zip |
allow grouping of activity settings
Signed-off-by: Robin Appelman <robin@icewind.nl>
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')); |