summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Mapping/AbstractMappingTest.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-03 22:59:23 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-02-10 10:14:59 +0100
commit45d4c0bf6653a1507f4ab77682aab773ebb62b8d (patch)
tree578bf420804ad3f1ec1f441065f022b7ec43a0cf /apps/user_ldap/tests/Mapping/AbstractMappingTest.php
parent601ce05dab6515e935bd040afd232af1fb2d54b3 (diff)
downloadnextcloud-server-45d4c0bf6653a1507f4ab77682aab773ebb62b8d.tar.gz
nextcloud-server-45d4c0bf6653a1507f4ab77682aab773ebb62b8d.zip
add occ command to update UUIDs (incomplete)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/tests/Mapping/AbstractMappingTest.php')
-rw-r--r--apps/user_ldap/tests/Mapping/AbstractMappingTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Mapping/AbstractMappingTest.php b/apps/user_ldap/tests/Mapping/AbstractMappingTest.php
index 9c25b1d9af6..0d21172445f 100644
--- a/apps/user_ldap/tests/Mapping/AbstractMappingTest.php
+++ b/apps/user_ldap/tests/Mapping/AbstractMappingTest.php
@@ -276,7 +276,7 @@ abstract class AbstractMappingTest extends \Test\TestCase {
$this->assertSame(count($data) - 1, count($results));
// get first 2 entries by limit, but not offset
- $results = $mapper->getList(null, 2);
+ $results = $mapper->getList(0, 2);
$this->assertSame(2, count($results));
// get 2nd entry by specifying both offset and limit