We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99744b7 commit f5dc9d0Copy full SHA for f5dc9d0
1 file changed
tests/Traits/CatchFailures.php
@@ -58,7 +58,6 @@ protected function assertStatus(TestResponse $response, int|array $expectedStatu
58
dump($response->getContent());
59
$exception = $response->json();
60
$this->trimException($exception);
61
- dump($exception);
62
}
63
PHPUnit::assertContains($response->getStatusCode(), $expectedStatusCodeArray);
64
0 commit comments