summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-18 21:07:21 +0200
committerBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-18 21:07:21 +0200
commit44792ace5b9859e186122a039ffbf0afc832a7ab (patch)
treeb6e2ca8c0c6e048dcd3c9353acb36d8805b26c8d /tests
parent615f4c41aa3ebf018ba39aa9464adf220b4d2351 (diff)
Try without 64bit requirement
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Db/FeedMapperTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Unit/Db/FeedMapperTest.php b/tests/Unit/Db/FeedMapperTest.php
index 5c046f05b..ed74b235e 100644
--- a/tests/Unit/Db/FeedMapperTest.php
+++ b/tests/Unit/Db/FeedMapperTest.php
@@ -233,9 +233,6 @@ class FeedMapperTest extends \OCA\News\Tests\Unit\Db\MapperTestUtility {
$sql2 = 'DELETE FROM `*PREFIX*news_items` WHERE `feed_id` = ?';
$arguments2 = [$feed->getId()];
- $pdoResult = $this->getMock('Result', ['fetch']);
- $pdoResult->expects($this->any())->method('fetch');
-
$this->setMapperResult($sql, $arguments);
$this->setMapperResult($sql2, $arguments2);