summaryrefslogtreecommitdiffstats
path: root/tests/controller/ItemControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/controller/ItemControllerTest.php')
-rw-r--r--tests/controller/ItemControllerTest.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/controller/ItemControllerTest.php b/tests/controller/ItemControllerTest.php
index 6ec73f8b8..ff166128d 100644
--- a/tests/controller/ItemControllerTest.php
+++ b/tests/controller/ItemControllerTest.php
@@ -237,13 +237,11 @@ class ItemControllerTest extends ControllerTestUtility {
->will($this->returnValue($this->user));
$this->api->expects($this->at(2))
->method('setUserValue')
- ->with($this->equalTo($this->user),
- $this->equalTo('lastViewedFeedId'),
+ ->with($this->equalTo('lastViewedFeedId'),
$this->equalTo($id));
$this->api->expects($this->at(3))
->method('setUserValue')
- ->with($this->equalTo($this->user),
- $this->equalTo('lastViewedFeedType'),
+ ->with($this->equalTo('lastViewedFeedType'),
$this->equalTo($type));
}