mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 02:30:10 +08:00
Remove second beginTransaction
The transaction is already started in the proper `BeginTransactionAndSetDatabase` extender.
This commit is contained in:
parent
148f810d96
commit
bd613ba70c
|
@ -79,8 +79,6 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
|
|||
|
||||
$this->app = $site->bootApp();
|
||||
|
||||
$this->database()->beginTransaction();
|
||||
|
||||
$this->populateDatabase();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user