diff options
author | Sébastien NOBILI <code@pipoprods.org> | 2020-03-02 18:23:55 +0100 |
---|---|---|
committer | Sébastien NOBILI <code@pipoprods.org> | 2020-03-02 18:23:55 +0100 |
commit | 46846fd4fcc391f46f17037d69d0699567ae769e (patch) | |
tree | ffed7c0c03e455300ec28766a2a36cbce8661d91 /tests | |
parent | cc2ded54e12e3f3140b895067af086cd71cc5dc6 (diff) | |
download | Shaarli-46846fd4fcc391f46f17037d69d0699567ae769e.tar.gz Shaarli-46846fd4fcc391f46f17037d69d0699567ae769e.tar.zst Shaarli-46846fd4fcc391f46f17037d69d0699567ae769e.zip |
fixed typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/security/LoginManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
314 | */ | 314 | */ |
315 | public function testCheckCredentialsFromLdapWrongLoginAndPassword() | 315 | public function testCheckCredentialsFromLdapWrongLoginAndPassword() |
316 | { | 316 | { |
317 | $this->coddnfigManager->set('ldap.host', 'dummy'); | 317 | $this->configManager->set('ldap.host', 'dummy'); |
318 | $this->assertFalse( | 318 | $this->assertFalse( |
319 | $this->loginManager->checkCredentialsFromLdap($this->login, $this->password, function() { return null; }, function() { return false; }) | 319 | $this->loginManager->checkCredentialsFromLdap($this->login, $this->password, function() { return null; }, function() { return false; }) |
320 | ); | 320 | ); |