Skip to content

Commit 2849750

Browse files
authored
Merge pull request #856 from cakephp/othercorey-patch-1
Update Migrator from static to instance
2 parents 46b153a + 9420b9c commit 2849750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@
6363
// hook into your migration tool of choice here or
6464
// load schema from a SQL dump file with
6565
// \Cake\TestSuite\Schema\SchemaManager::create('tests', './tests/schema.sql');
66-
Migrator::migrate();
66+
(new Migrator())->run();

0 commit comments

Comments
 (0)