Skip to content

Commit 7dff2ee

Browse files
ahinkletaylorotwell
authored andcommitted
assertJsonValidationErrors message value checks (#5232)
1 parent 2836631 commit 7dff2ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

http-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,9 +423,9 @@ Assert that the response has a given JSON structure:
423423
<a name="assert-json-validation-errors"></a>
424424
#### assertJsonValidationErrors
425425

426-
Assert that the response has the given JSON validation errors for the given keys:
426+
Assert that the response has the given JSON validation errors:
427427

428-
$response->assertJsonValidationErrors($keys);
428+
$response->assertJsonValidationErrors(array $data);
429429

430430
<a name="assert-location"></a>
431431
#### assertLocation

0 commit comments

Comments
 (0)