We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbf3af commit 8c4695aCopy full SHA for 8c4695a
1 file changed
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