diff --git a/tests/Integration/Events/ShouldDispatchAfterCommitEventTest.php b/tests/Integration/Events/ShouldDispatchAfterCommitEventTest.php index 6984f26a6a35..e20d65891a23 100644 --- a/tests/Integration/Events/ShouldDispatchAfterCommitEventTest.php +++ b/tests/Integration/Events/ShouldDispatchAfterCommitEventTest.php @@ -14,6 +14,7 @@ protected function tearDown(): void { TransactionUnawareTestEvent::$ran = false; ShouldDispatchAfterCommitTestEvent::$ran = false; + AnotherShouldDispatchAfterCommitTestEvent::$ran = false; m::close(); }