]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/security/LoginManagerTest.php
fixed typo
[github/shaarli/Shaarli.git] / tests / security / LoginManagerTest.php
index f2d78802eb4f1c3b41fffe97c2d2c378a3d36b7b..8fd1698c1bf751043afa4ec437990242437bd2a6 100644 (file)
@@ -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; })
         );