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>2019-12-30 18:04:25 +0300
committerdartcafe <github@dartcafe.de>2019-12-30 18:04:25 +0300
commit766fd8cc08e56b0d4968a6959bc2fd0ec99df44d (patch)
treec5fbae8d861a31dc8c9d83df3bc393b45a4cb99b /tests/Unit
parentb2a7aa730e21824cf07dc44d918886946cdbedda (diff)
new round
Diffstat (limited to 'tests/Unit')
-rw-r--r--tests/Unit/Controller/PageControllerTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Unit/Controller/PageControllerTest.php b/tests/Unit/Controller/PageControllerTest.php
index 379b2882..a38eebba 100644
--- a/tests/Unit/Controller/PageControllerTest.php
+++ b/tests/Unit/Controller/PageControllerTest.php
@@ -32,8 +32,6 @@ class PageControllerTest extends UnitTestCase {
/** @var PageController */
private $controller;
- private $userId = 'john';
-
/**
* {@inheritDoc}
*/