summaryrefslogtreecommitdiffstats
path: root/tests/lib/group/group.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-04-15 17:53:57 +0200
committerArthur Schiwon <blizzz@owncloud.com>2014-04-15 17:53:57 +0200
commit450de0091abe137110d57005280ff56fa2914b92 (patch)
tree9e2c6efa89ff7cf3191ae6e27dac7e51570eec38 /tests/lib/group/group.php
parent64679b2e62909df9b3e493a0dc22151b5baae1a6 (diff)
downloadnextcloud-server-450de0091abe137110d57005280ff56fa2914b92.tar.gz
nextcloud-server-450de0091abe137110d57005280ff56fa2914b92.zip
adjust tests accordingly
Diffstat (limited to 'tests/lib/group/group.php')
-rw-r--r--tests/lib/group/group.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/group/group.php b/tests/lib/group/group.php
index 147532f9947..990f8ecc1d5 100644
--- a/tests/lib/group/group.php
+++ b/tests/lib/group/group.php
@@ -287,7 +287,7 @@ class Group extends \PHPUnit_Framework_TestCase {
->will($this->returnValue(array('user2')));
$backend2->expects($this->once())
->method('usersInGroup')
- ->with('group1', 'user', 1, 0)
+ ->with('group1', 'user', 2, 1)
->will($this->returnValue(array('user1')));
$users = $group->searchUsers('user', 2, 1);