Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.x] Only stage committed transactions #49093

Merged
merged 19 commits into from
Nov 23, 2023
Prev Previous commit
Next Next commit
rename test
  • Loading branch information
taylorotwell committed Nov 22, 2023
commit 4b01e7093bfd86b78bcb3ad8a57c5021659dd2ad
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function testChildCallbacksShouldNotBeDispatchedIfTheirParentFails()
$this->assertFalse(ShouldDispatchAfterCommitTestEvent::$ran);
}

public function testComplexTransactionCommittingAndFailures()
public function testItHandlesFailuresWithTransactionsTwoLevelsHigher()
{
Event::listen(ShouldDispatchAfterCommitTestEvent::class, ShouldDispatchAfterCommitListener::class);
Event::listen(AnotherShouldDispatchAfterCommitTestEvent::class, AnotherShouldDispatchAfterCommitListener::class);
Expand Down
Loading