Skip to content

Commit

Permalink
DatabaseConnectionTest.php を更新
Browse files Browse the repository at this point in the history
style fix
  • Loading branch information
SakiTakamachi committed Oct 7, 2023
1 parent 786e557 commit 7565005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/DatabaseConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public function testAfterCommitIsExecutedOnFinalCommit()
$connection = $this->getMockConnection([], $pdo);
$connection->setTransactionManager($transactionsManager);

$connection->transaction(function (){
$connection->transaction(function () {
// do nothing
});
}
Expand Down

0 comments on commit 7565005

Please sign in to comment.