aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/security
diff options
context:
space:
mode:
Diffstat (limited to 'tests/security')
-rw-r--r--tests/security/LoginManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/security/LoginManagerTest.php b/tests/security/LoginManagerTest.php
index f2d78802..8fd1698c 100644
--- a/tests/security/LoginManagerTest.php
+++ b/tests/security/LoginManagerTest.php
@@ -314,7 +314,7 @@ class LoginManagerTest extends TestCase
314 */ 314 */
315 public function testCheckCredentialsFromLdapWrongLoginAndPassword() 315 public function testCheckCredentialsFromLdapWrongLoginAndPassword()
316 { 316 {
317 $this->coddnfigManager->set('ldap.host', 'dummy'); 317 $this->configManager->set('ldap.host', 'dummy');
318 $this->assertFalse( 318 $this->assertFalse(
319 $this->loginManager->checkCredentialsFromLdap($this->login, $this->password, function() { return null; }, function() { return false; }) 319 $this->loginManager->checkCredentialsFromLdap($this->login, $this->password, function() { return null; }, function() { return false; })
320 ); 320 );