We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2836631 commit 7dff2eeCopy full SHA for 7dff2ee
1 file changed
http-tests.md
@@ -423,9 +423,9 @@ Assert that the response has a given JSON structure:
423
<a name="assert-json-validation-errors"></a>
424
#### assertJsonValidationErrors
425
426
-Assert that the response has the given JSON validation errors for the given keys:
+Assert that the response has the given JSON validation errors:
427
428
- $response->assertJsonValidationErrors($keys);
+ $response->assertJsonValidationErrors(array $data);
429
430
<a name="assert-location"></a>
431
#### assertLocation
0 commit comments