diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-04-15 17:53:57 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-04-15 17:53:57 +0200 |
commit | 450de0091abe137110d57005280ff56fa2914b92 (patch) | |
tree | 9e2c6efa89ff7cf3191ae6e27dac7e51570eec38 /tests/lib/user | |
parent | 64679b2e62909df9b3e493a0dc22151b5baae1a6 (diff) | |
download | nextcloud-server-450de0091abe137110d57005280ff56fa2914b92.tar.gz nextcloud-server-450de0091abe137110d57005280ff56fa2914b92.zip |
adjust tests accordingly
Diffstat (limited to 'tests/lib/user')
-rw-r--r-- | tests/lib/user/manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/user/manager.php b/tests/lib/user/manager.php index ad1ac9e12f2..8ca0f94c6fa 100644 --- a/tests/lib/user/manager.php +++ b/tests/lib/user/manager.php @@ -210,7 +210,7 @@ class Manager extends \PHPUnit_Framework_TestCase { $backend2 = $this->getMock('\OC_User_Dummy'); $backend2->expects($this->once()) ->method('getUsers') - ->with($this->equalTo('fo'), $this->equalTo(1), $this->equalTo(0)) + ->with($this->equalTo('fo'), $this->equalTo(3), $this->equalTo(1)) ->will($this->returnValue(array('foo3'))); $manager = new \OC\User\Manager(); |