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()
|
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; })
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue