fixed typo

This commit is contained in:
Sébastien NOBILI 2020-03-02 18:23:55 +01:00
parent cc2ded54e1
commit 46846fd4fc

View 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; })
);