Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 798e53a

Browse files
committed
Fix test.
1 parent ebab797 commit 798e53a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/AdldapTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ public function test_auth_fails_when_user_not_found()
133133

134134
public function test_credentials_key_does_not_exist()
135135
{
136-
$connection = $this->getMockConnection();
137-
138-
$connection->expects($this->exactly(1))->method('isBound')->willReturn(true);
139-
140136
$this->assertFalse(Auth::attempt(['non-existent-key' => '[email protected]', 'password' => '12345']));
141137
}
142138

0 commit comments

Comments
 (0)