From 46846fd4fcc391f46f17037d69d0699567ae769e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20NOBILI?= Date: Mon, 2 Mar 2020 18:23:55 +0100 Subject: fixed typo --- tests/security/LoginManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/security') 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 */ 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; }) ); -- cgit v1.2.3