summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-05 23:43:15 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-05 23:43:15 +0200
commitf704dfe333acea43387009bed08cc2f09dbb8fd5 (patch)
treebe5554f0ddfc28e4266e30d76ff277bd22908c3e /tests
parent27f34bcb4b774d291c03889024e03bb36b0e19b9 (diff)
brought back starring of feeds
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/bl/ItemBlTest.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/bl/ItemBlTest.php b/tests/unit/bl/ItemBlTest.php
index 1c2dedfb6..80b1281e7 100644
--- a/tests/unit/bl/ItemBlTest.php
+++ b/tests/unit/bl/ItemBlTest.php
@@ -197,8 +197,9 @@ class ItemBlTest extends \OCA\AppFramework\Utility\TestUtility {
$this->mapper->expects($this->once())
->method('findByGuidHash')
- ->with($this->equalTo($feedId),
- $this->equalTo($guidHash),
+ ->with(
+ $this->equalTo($guidHash),
+ $this->equalTo($feedId),
$this->equalTo($this->user))
->will($this->returnValue($item));