Skip to content

Commit

Permalink
Merge pull request #856 from cakephp/othercorey-patch-1
Browse files Browse the repository at this point in the history
Update Migrator from static to instance
  • Loading branch information
markstory authored Sep 18, 2021
2 parents 46b153a + 9420b9c commit 2849750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit 2849750

Please sign in to comment.