1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +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->app = $site->bootApp();
$this->database()->beginTransaction();
$this->populateDatabase(); $this->populateDatabase();
} }