Skip to content

Commit c6367c4

Browse files
committed
Update completion test to include reset command
1 parent 28ccb61 commit c6367c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/TestCase/Command/CompletionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ public function testMigrationsSubcommands()
4747
// Upgrade command is hidden when legacyTables is disabled
4848
if (Configure::read('Migrations.legacyTables') === false) {
4949
$expected = [
50-
'dump mark_migrated migrate rollback status',
50+
'dump mark_migrated migrate reset rollback status',
5151
];
5252
} else {
5353
$expected = [
54-
'dump mark_migrated migrate rollback status upgrade',
54+
'dump mark_migrated migrate reset rollback status upgrade',
5555
];
5656
}
5757
$actual = $this->_out->messages();

0 commit comments

Comments
 (0)