We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ccb61 commit c6367c4Copy full SHA for c6367c4
1 file changed
tests/TestCase/Command/CompletionTest.php
@@ -47,11 +47,11 @@ public function testMigrationsSubcommands()
47
// Upgrade command is hidden when legacyTables is disabled
48
if (Configure::read('Migrations.legacyTables') === false) {
49
$expected = [
50
- 'dump mark_migrated migrate rollback status',
+ 'dump mark_migrated migrate reset rollback status',
51
];
52
} else {
53
54
- 'dump mark_migrated migrate rollback status upgrade',
+ 'dump mark_migrated migrate reset rollback status upgrade',
55
56
}
57
$actual = $this->_out->messages();
0 commit comments