We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46b153a + 9420b9c commit 2849750Copy full SHA for 2849750
1 file changed
tests/bootstrap.php
@@ -63,4 +63,4 @@
63
// hook into your migration tool of choice here or
64
// load schema from a SQL dump file with
65
// \Cake\TestSuite\Schema\SchemaManager::create('tests', './tests/schema.sql');
66
-Migrator::migrate();
+(new Migrator())->run();
0 commit comments