diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 0d0b866..a302404 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -71,4 +71,4 @@ // use Cake\TestSuite\Fixture\SchemaLoader; // (new SchemaLoader())->loadSqlFiles('./tests/schema.sql', 'test'); -(new Migrator())->run(); +(new Migrator())->run(['connection' => 'test_docs']);