Skip to content

Commit

Permalink
WIP DatabaseTransactionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriBouteille committed Oct 13, 2024
1 parent ac4ae74 commit 6db3f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WordPress/Orm/DatabaseTransactionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ public function testTransactionCommit(): void
}

/**
* @throws \Throwable
* @return void
* @covers Database::transaction
* @covers Database::delete
* @covers Database::insert
* @covers Database::rollBack
* @throws \Throwable
*/
public function testTransactionRollback(): void
{
Expand Down

0 comments on commit 6db3f2b

Please sign in to comment.