From 9031ae02816d5cf357fce714909ea8ca8d3b8066 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 11 Jan 2018 14:47:51 +0100 Subject: fix return value when ldapPagingSize returns null Signed-off-by: Arthur Schiwon --- apps/user_ldap/tests/Jobs/SyncTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/user_ldap/tests') diff --git a/apps/user_ldap/tests/Jobs/SyncTest.php b/apps/user_ldap/tests/Jobs/SyncTest.php index c6cb9549b07..75ffd0e8280 100644 --- a/apps/user_ldap/tests/Jobs/SyncTest.php +++ b/apps/user_ldap/tests/Jobs/SyncTest.php @@ -159,7 +159,8 @@ class SyncTest extends TestCase { [ 3, 3, true ], [ 3, 5, true ], [ 3, 2, false], - [ 0, 4, false] + [ 0, 4, false], + [ null, 4, false] ]; } -- cgit v1.2.3