From f7437e17cfc5ba9a7fa77b0df4fc7a0190c4598b Mon Sep 17 00:00:00 2001 From: Sjors Date: Tue, 12 Feb 2019 10:55:01 +0100 Subject: [PATCH] change wording --- src/Illuminate/Foundation/Testing/TestResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Testing/TestResponse.php b/src/Illuminate/Foundation/Testing/TestResponse.php index ecf37b4e5a0c..1384947095e3 100644 --- a/src/Illuminate/Foundation/Testing/TestResponse.php +++ b/src/Illuminate/Foundation/Testing/TestResponse.php @@ -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(