Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-08-05 16:57:51 +0300
committerRobin Appelman <robin@icewind.nl>2020-08-05 17:13:03 +0300
commit227e362842a2340591608d6cb209e46a817f3403 (patch)
treed9a3a22b6f5298b1e433b7f79f603daff7ab5aa2 /tests
parenta4d511d82767f54af086b366a6c08bc927cb870c (diff)
allow grouping of activity settings
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Activity/ManagerTest.php3
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'));