summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/ItemControllerTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 01:19:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 01:19:29 +0200
commit054aad5a6968c13b9580109c7df3129a1db6f8a4 (patch)
tree2e35e4374d3fd011859371174238c480b9c6ba0f /tests/unit/controller/ItemControllerTest.php
parentb485ec1da214e13ec5731df6a56072b3ed3aed23 (diff)
fix coding style and dead code
Diffstat (limited to 'tests/unit/controller/ItemControllerTest.php')
-rw-r--r--tests/unit/controller/ItemControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/controller/ItemControllerTest.php b/tests/unit/controller/ItemControllerTest.php
index 8756c6db0..a80b77990 100644
--- a/tests/unit/controller/ItemControllerTest.php
+++ b/tests/unit/controller/ItemControllerTest.php
@@ -278,7 +278,7 @@ class ItemControllerTest extends \PHPUnit_Framework_TestCase {
$this->feedService->expects($this->never())
->method('findAll');
- $response = $this->controller->index(FeedType::FEED, 2, 3, 10, true);
+ $response = $this->controller->index(FeedType::FEED, 2, 3, 10);
$this->assertEquals($result, $response);
}