1
0
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:
Alexander Skvortsov
2021-05-03 01:27:06 -04:00
parent 148f810d96
commit bd613ba70c

View File

@@ -79,8 +79,6 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
$this->app = $site->bootApp();
$this->database()->beginTransaction();
$this->populateDatabase();
}