diff --git a/tests/TestCase.php b/tests/TestCase.php index 867e555..23a191f 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -15,7 +15,6 @@ protected function setUp(): void parent::setUp(); $this->withFactories(__DIR__ . '/Fixtures/database/factories'); - $this->withoutExceptionHandling(); } /**