From 6a1486803627eda0c55e4cacb4da8732fb15ae00 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 9 Jul 2018 08:21:32 -0500 Subject: [PATCH] fix --- http-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-tests.md b/http-tests.md index 68b93429827..f2a4536e27a 100644 --- a/http-tests.md +++ b/http-tests.md @@ -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); #### assertSessionHasErrors