Skip to content

Commit f5dc9d0

Browse files
committed
remove debugging code
1 parent 99744b7 commit f5dc9d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/Traits/CatchFailures.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ protected function assertStatus(TestResponse $response, int|array $expectedStatu
5858
dump($response->getContent());
5959
$exception = $response->json();
6060
$this->trimException($exception);
61-
dump($exception);
6261
}
6362
PHPUnit::assertContains($response->getStatusCode(), $expectedStatusCodeArray);
6463
}

0 commit comments

Comments
 (0)