Skip to content

Commit

Permalink
Merge pull request #35 from ThaDafinser/patch-1
Browse files Browse the repository at this point in the history
remove all temp directories
  • Loading branch information
Ocramius authored Jul 26, 2016
2 parents 4b2bfc8 + 9ac2573 commit 4e22ddf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/PackageVersionsTest/InstallerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ function (string $dirItem) {
}
)
);

rmdir($directory);
}

/**
Expand Down

0 comments on commit 4e22ddf

Please sign in to comment.