Skip to content

Commit 38b0274

Browse files
committed
Remove unused variables from test class
1 parent 1acbff5 commit 38b0274

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/AntiMattr/Tests/MongoDB/Migrations/Tools/Console/Command/StatusCommandTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)