File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
tests/AntiMattr/Tests/MongoDB/Migrations/Tools/Console/Command Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -52,21 +52,14 @@ public function testExecuteWithoutShowingVersions()
52
52
]
53
53
);
54
54
55
- $ configValues = [
56
- 'name ' => 'config-name ' ,
57
- 'migrationsDatabaseName ' => 'database-name ' ,
58
- 'migrationsCollectionName ' => 'collection-name ' ,
59
- ];
60
55
$ configName = 'config-name ' ;
61
56
$ databaseDriver = 'MongoDB ' ;
62
57
$ migrationsDatabaseName = ' migrations-database-name ' ;
63
58
$ migrationsCollectionName = 'migrations-collection-name ' ;
64
59
$ migrationsNamespace = 'migrations-namespace ' ;
65
60
$ migrationsDirectory = 'migrations-directory ' ;
66
61
$ currentVersion = 'abcdefghijk ' ;
67
- $ currentVersionFormatted = 'abcdefghijk (<comment>abcdefghijk</comment>) ' ;
68
62
$ latestVersion = '1234567890 ' ;
69
- $ latestVersionFormatted = '1234567890 (<comment>1234567890</comment>) ' ;
70
63
$ executedMigrations = [];
71
64
$ availableMigrations = [];
72
65
$ numExecutedMigrations = 0 ;
You can’t perform that action at this time.
0 commit comments