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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2018-11-16 08:47:59 +0300
committerdartcafe <github@dartcafe.de>2018-11-16 08:47:59 +0300
commit2d8a9601321fc0458aac20e004f872c6bc9afd65 (patch)
tree1ef91607c77df997aaace0da75a70758790db2d7 /tests
parent4a25fc8bce466d1eaf7413bd85ce3f22cf18cc27 (diff)
fix
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Controller/PageControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Controller/PageControllerTest.php b/tests/Unit/Controller/PageControllerTest.php
index c209c8f9..942bd62e 100644
--- a/tests/Unit/Controller/PageControllerTest.php
+++ b/tests/Unit/Controller/PageControllerTest.php
@@ -104,7 +104,7 @@ class PageControllerTest extends UnitTestCase {
$optionsMapper,
$eventMapper,
$notificationMapper,
- $votesMapper
+ $votesMapper,
$this->userId,
);
}