Skip to content

Commit

Permalink
Removes unused variable from missing version test.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Apr 4, 2020
1 parent 7f03fa2 commit 24a4b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AcquiaCliApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function testMissingVersion()
{
$versionFile = sprintf('%s/VERSION', $this->root);
$versionFileBak = sprintf('%s.bak', $versionFile);
$fileMoved = rename($versionFile, $versionFileBak);
rename($versionFile, $versionFileBak);

try {
$command = ['--version'];
Expand Down

0 comments on commit 24a4b3b

Please sign in to comment.