summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Integration/setup-scripts
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-09-11 13:31:50 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-09-14 13:20:51 +0200
commitfc097a80f50d9959c5bccaf9e8ed55adce4be8bd (patch)
tree9707032b8a23107ad9b25f4fb7f39e1aff9bb0b7 /apps/user_ldap/tests/Integration/setup-scripts
parent34f95901698664cc0fc529c7abbac1e3db770c32 (diff)
downloadnextcloud-server-fc097a80f50d9959c5bccaf9e8ed55adce4be8bd.tar.gz
nextcloud-server-fc097a80f50d9959c5bccaf9e8ed55adce4be8bd.zip
improve and extend paging integration test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/tests/Integration/setup-scripts')
-rw-r--r--apps/user_ldap/tests/Integration/setup-scripts/createExplicitUsers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Integration/setup-scripts/createExplicitUsers.php b/apps/user_ldap/tests/Integration/setup-scripts/createExplicitUsers.php
index 11f3ce310db..c181c160093 100644
--- a/apps/user_ldap/tests/Integration/setup-scripts/createExplicitUsers.php
+++ b/apps/user_ldap/tests/Integration/setup-scripts/createExplicitUsers.php
@@ -50,7 +50,7 @@ if (true) {
}
}
-$users = ['alice', 'boris'];
+$users = ['alice', 'boris', 'cynthia', 'derek'];
foreach ($users as $uid) {
$newDN = 'uid=' . $uid . ',' . $ouDN;