summaryrefslogtreecommitdiffstats
path: root/tests/unit/db/ItemMapperTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:16:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:16:08 +0200
commit874c469e0241962e15927de5aba758a7206849ba (patch)
tree219febba5e72e13e2a4f789cf59fd057b7368c28 /tests/unit/db/ItemMapperTest.php
parent541318cb81710ef080b30cc790681ace773c11ac (diff)
remove more dead code
Diffstat (limited to 'tests/unit/db/ItemMapperTest.php')
-rw-r--r--tests/unit/db/ItemMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/db/ItemMapperTest.php b/tests/unit/db/ItemMapperTest.php
index bddf8cd28..d9d6bf02c 100644
--- a/tests/unit/db/ItemMapperTest.php
+++ b/tests/unit/db/ItemMapperTest.php
@@ -389,7 +389,7 @@ class ItemMapperTest extends \OCA\News\Utility\MapperTestUtility {
$this->setMapperResult($sql, $params, $rows);
$this->setExpectedException('\OCA\News\Db\DoesNotExistException');
- $result = $this->mapper->getNewestItemId($this->user);
+ $this->mapper->getNewestItemId($this->user);
}