Skip to content
Snippets Groups Projects
Commit edc18ac8 authored by Marco's avatar Marco
Browse files

Fix sqlite errors

parent 0d96e529
Branches master
No related tags found
No related merge requests found
Pipeline #1751716614 passed
......@@ -22,7 +22,7 @@ class TestCase extends BaseTestCase
public function beginDatabaseTransaction()
{
if (! self::$migrated) {
if (! self::$migrated || env('DB_CONNECTION') === 'sqlite') {
$this->loadTestMigrations();
$this->resetApplicationArtisanCommands($this->app);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment