diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 5365153f46..25c891be93 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -63,4 +63,4 @@ // hook into your migration tool of choice here or // load schema from a SQL dump file with // \Cake\TestSuite\Schema\SchemaManager::create('tests', './tests/schema.sql'); -Migrator::migrate(); +(new Migrator())->run();