]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
fixed typo
authorSébastien NOBILI <code@pipoprods.org>
Mon, 2 Mar 2020 17:23:55 +0000 (18:23 +0100)
committerSébastien NOBILI <code@pipoprods.org>
Mon, 2 Mar 2020 17:23:55 +0000 (18:23 +0100)
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; })
         );