From: Sébastien NOBILI Date: Mon, 2 Mar 2020 17:23:55 +0000 (+0100) Subject: fixed typo X-Git-Tag: v0.12.0-beta~7^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=46846fd4fcc391f46f17037d69d0699567ae769e;p=github%2Fshaarli%2FShaarli.git fixed typo --- 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; }) );