Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 9, 2018
1 parent f2b62d0 commit 6a14868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ Assert that the session contains the given piece of data:

Assert that the session has a given list of values:

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

<a name="assert-session-has-errors"></a>
#### assertSessionHasErrors
Expand Down

0 comments on commit 6a14868

Please sign in to comment.