Skip to content

Commit

Permalink
remove call to deleted method
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Jul 28, 2021
1 parent b09394e commit cde3662
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Illuminate/Testing/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,6 @@ protected function statusMessageWithDetails($expected, $actual)
*/
protected function statusMessageWithException($expected, $actual, $exception)
{
if ($exception instanceof ValidationException) {
return $this->statusMessageWithValidationErrors($expected, $actual, $exception);
}

$exception = (string) $exception;

return <<<EOF
Expand Down

0 comments on commit cde3662

Please sign in to comment.