diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-07-27 17:34:45 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-07-27 17:34:45 +0200 |
commit | 0967a547551d4cebecf046941d32a06de79b9f55 (patch) | |
tree | 2cdf481ae0764dc872ce764840552e047cc434b7 /apps/user_ldap | |
parent | b37d62d9d32ed44b8086fd75f6dcb9a66fb0955d (diff) | |
download | nextcloud-server-0967a547551d4cebecf046941d32a06de79b9f55.tar.gz nextcloud-server-0967a547551d4cebecf046941d32a06de79b9f55.zip |
fix test after rebasing
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php b/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php index 4be9ec829b8..17d046187e8 100644 --- a/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php +++ b/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php @@ -83,7 +83,7 @@ class IntegrationTestAccessGroupsMatchFilter extends AbstractIntegrationTest { * * @return bool */ - private function case3() { + protected function case3() { $this->connection->setConfiguration(['ldapGroupFilter' => '(objectclass=groupOfNames)']); $dns = [ |