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 dd4d14093eaae31909183e4406eb3c502d78d404
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function testItHandlesNestedTransactionsWhereTheSecondOneFails()
$this->assertFalse(AnotherShouldDispatchAfterCommitTestEvent::$ran);
}

public function testItHandlesDeeplyNestedTransactions()
public function testChildCallbacksShouldNotBeDispatchedIfTheirParentFails()
{
Event::listen(ShouldDispatchAfterCommitTestEvent::class, ShouldDispatchAfterCommitListener::class);

Expand Down
Loading