Skip to content

Commit 1b3883f

Browse files
fix merge
1 parent 955be3d commit 1b3883f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testEmptyPasswordShouldThrowAnException()
5252
public function testNullPasswordShouldThrowAnException()
5353
{
5454
$userProvider = $this->getMockBuilder('Symfony\Component\Security\Core\User\UserProviderInterface')->getMock();
55-
$ldap = $this->getMockBuilder('Symfony\Component\Ldap\LdapClientInterface')->getMock();
55+
$ldap = $this->getMockBuilder('Symfony\Component\Ldap\LdapInterface')->getMock();
5656
$userChecker = $this->getMockBuilder('Symfony\Component\Security\Core\User\UserCheckerInterface')->getMock();
5757

5858
$provider = new LdapBindAuthenticationProvider($userProvider, $userChecker, 'key', $ldap);

0 commit comments

Comments
 (0)