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()
5252 ]
5353 );
5454
55- $ configValues = [
56- 'name ' => 'config-name ' ,
57- 'migrationsDatabaseName ' => 'database-name ' ,
58- 'migrationsCollectionName ' => 'collection-name ' ,
59- ];
6055 $ configName = 'config-name ' ;
6156 $ databaseDriver = 'MongoDB ' ;
6257 $ migrationsDatabaseName = ' migrations-database-name ' ;
6358 $ migrationsCollectionName = 'migrations-collection-name ' ;
6459 $ migrationsNamespace = 'migrations-namespace ' ;
6560 $ migrationsDirectory = 'migrations-directory ' ;
6661 $ currentVersion = 'abcdefghijk ' ;
67- $ currentVersionFormatted = 'abcdefghijk (<comment>abcdefghijk</comment>) ' ;
6862 $ latestVersion = '1234567890 ' ;
69- $ latestVersionFormatted = '1234567890 (<comment>1234567890</comment>) ' ;
7063 $ executedMigrations = [];
7164 $ availableMigrations = [];
7265 $ numExecutedMigrations = 0 ;
You can’t perform that action at this time.
0 commit comments