Skip to content

Commit 6d96f01

Browse files
authored
Update assertSessionHasAll
The `assertSessionHasAll` doesn't match the signature. The method accepts array instead of key/ value.
1 parent dd60583 commit 6d96f01

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)