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>2021-01-25 17:54:20 +0300
committerdartcafe <github@dartcafe.de>2021-01-25 17:54:20 +0300
commitef197cb7902ffb179448face4463f41b9588442f (patch)
tree48845464bfdc6cefa50dab30f9b12bed25252195 /tests
parentb9551f3473da790fd6c417e958ff2c650322c941 (diff)
code maintenance
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Db/VoteMapperTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Unit/Db/VoteMapperTest.php b/tests/Unit/Db/VoteMapperTest.php
index 0af17a0d..7dedb2ea 100644
--- a/tests/Unit/Db/VoteMapperTest.php
+++ b/tests/Unit/Db/VoteMapperTest.php
@@ -55,9 +55,6 @@ class VoteMapperTest extends UnitTestCase {
/** @var array */
private $votes = [];
- /** @var array */
- private $users = [];
-
/**
* {@inheritDoc}
*/