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-02-05 08:54:53 +0300
committerdartcafe <github@dartcafe.de>2018-02-05 08:54:53 +0300
commit2c0f911942534d65b32f299729946426851d6772 (patch)
tree420a4a25ef9e09dd9fa11072bc1b07f13ecbb7be /tests/Unit
parentb4f7705bccc206ba11a2b90966e8d5d071d87de4 (diff)
Added missing ;
[skip CI]
Diffstat (limited to 'tests/Unit')
-rw-r--r--tests/Unit/Db/VotesMapperTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Unit/Db/VotesMapperTest.php b/tests/Unit/Db/VotesMapperTest.php
index df8722b6..f2617ec9 100644
--- a/tests/Unit/Db/VotesMapperTest.php
+++ b/tests/Unit/Db/VotesMapperTest.php
@@ -25,8 +25,6 @@ namespace OCA\Polls\Tests\Unit\Db;
use OCA\Polls\Db\Event;
use OCA\Polls\Db\EventMapper;
-use OCA\Polls\Db\Options;
-use OCA\Polls\Db\OptionsMapper;
use OCA\Polls\Db\Votes;
use OCA\Polls\Db\VotesMapper;
use OCA\Polls\Tests\Unit\UnitTestCase;
@@ -37,8 +35,6 @@ class VotesMapperTest extends UnitTestCase {
/** @var IDBConnection */
private $con;
- /** @var OptionsMapper */
- private $optionsMapper;
/** @var VotesMapper */
private $votesMapper;
/** @var EventMapper */