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
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2018-11-16 08:50:41 +0300
committerdartcafe <github@dartcafe.de>2018-11-16 08:50:41 +0300
commitfbe1899c36ed7c1618a31e3a78cadb5942586e29 (patch)
treee73e0a14b99b8b70ed411471cf5ed6d2cbab93ab /tests/Unit
parent2d8a9601321fc0458aac20e004f872c6bc9afd65 (diff)
fix
Diffstat (limited to 'tests/Unit')
-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 942bd62e..e84d80f6 100644
--- a/tests/Unit/Controller/PageControllerTest.php
+++ b/tests/Unit/Controller/PageControllerTest.php
@@ -105,7 +105,7 @@ class PageControllerTest extends UnitTestCase {
$eventMapper,
$notificationMapper,
$votesMapper,
- $this->userId,
+ $this->userId
);
}