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

Commit cc0094c

Browse files
committed
Fix PHP 5.6 / 7
1 parent 20867ca commit cc0094c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AdldapTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function test_auth_passes($credentials = null)
6464
))
6565
->willReturn(true);
6666

67-
Event::shouldReceive('fire')->times(5)->withAnyArgs();
67+
Event::shouldReceive('fire')->atLeast()->times(5)->withAnyArgs();
6868

6969
$this->assertTrue(Auth::attempt($credentials));
7070

0 commit comments

Comments
 (0)