X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fsecurity%2FLoginManagerTest.php;fp=tests%2Fsecurity%2FLoginManagerTest.php;h=8fd1698c1bf751043afa4ec437990242437bd2a6;hb=46846fd4fcc391f46f17037d69d0699567ae769e;hp=f2d78802eb4f1c3b41fffe97c2d2c378a3d36b7b;hpb=cc2ded54e12e3f3140b895067af086cd71cc5dc6;p=github%2Fshaarli%2FShaarli.git 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 */ public function testCheckCredentialsFromLdapWrongLoginAndPassword() { - $this->coddnfigManager->set('ldap.host', 'dummy'); + $this->configManager->set('ldap.host', 'dummy'); $this->assertFalse( $this->loginManager->checkCredentialsFromLdap($this->login, $this->password, function() { return null; }, function() { return false; }) );