Skip to content

Commit 187beef

Browse files
authored
Merge pull request #4367 from sumityadav/patch-1
Update assertSessionHasAll
2 parents dd60583 + 6d96f01 commit 187beef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Assert that the session contains the given piece of data:
393393

394394
Assert that the session has a given list of values:
395395

396-
$response->assertSessionHasAll($key, $value = null);
396+
$response->assertSessionHasAll(array $data);
397397

398398
<a name="assert-session-has-errors"></a>
399399
#### assertSessionHasErrors

0 commit comments

Comments
 (0)