diff --git a/tests/TestCase.php b/tests/TestCase.php index d789400e3..ac07330fb 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -42,6 +42,9 @@ abstract class TestCase extends BaseTestCase */ protected function tearDown(): void { + restore_exception_handler(); + restore_error_handler(); + parent::tearDown(); Carbon::setTestNow();