We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bbf3af + 8c4695a commit 3d8b04bCopy full SHA for 3d8b04b
system/Test/DatabaseTestTrait.php
@@ -79,7 +79,7 @@ public function loadDependencies()
79
$config = new Migrations();
80
$config->enabled = true;
81
82
- $this->migrations = Services::migrations($config, $this->db);
+ $this->migrations = Services::migrations($config, $this->db, false);
83
$this->migrations->setSilent(false);
84
}
85
0 commit comments