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 @@ public function testCheckCredentialsFromUnreachableLdap()
*/ */
public function testCheckCredentialsFromLdapWrongLoginAndPassword() public function testCheckCredentialsFromLdapWrongLoginAndPassword()
{ {
$this->coddnfigManager->set('ldap.host', 'dummy'); $this->configManager->set('ldap.host', 'dummy');
$this->assertFalse( $this->assertFalse(
$this->loginManager->checkCredentialsFromLdap($this->login, $this->password, function() { return null; }, function() { return false; }) $this->loginManager->checkCredentialsFromLdap($this->login, $this->password, function() { return null; }, function() { return false; })
); );