Skip to content

Commit 9420b9c

Browse files
authored
Update Migrator from static to instance
1 parent 46b153a commit 9420b9c

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)