fixed typo
This commit is contained in:
parent
cc2ded54e1
commit
46846fd4fc
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ public function testCheckCredentialsFromUnreachableLdap()
|
|||
*/
|
||||
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; })
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue