mirror of
https://github.com/flarum/core.git
synced 2025-07-21 16:51:34 +02:00
Remove second beginTransaction
The transaction is already started in the proper `BeginTransactionAndSetDatabase` extender.
This commit is contained in:
@@ -79,8 +79,6 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
|
||||
|
||||
$this->app = $site->bootApp();
|
||||
|
||||
$this->database()->beginTransaction();
|
||||
|
||||
$this->populateDatabase();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user