Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
SjorsO committed Feb 12, 2019
1 parent 0925847 commit f7437e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Testing/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ public function assertJsonValidationErrors($keys)
$errorMessage = $errors
? 'Response has the following JSON validation errors: '.
PHP_EOL.PHP_EOL.json_encode($errors, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE)
: 'Response did not have JSON validation errors';
: 'Response does not have JSON validation errors';

foreach ($keys as $key) {
PHPUnit::assertArrayHasKey(
Expand Down

0 comments on commit f7437e1

Please sign in to comment.