1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

review fixes

This commit is contained in:
Alexander Loutsenko 2015-12-14 18:50:04 +03:00
parent fa5de786ff
commit 397ae2d7c8
5 changed files with 10 additions and 20 deletions

View file

@ -27,7 +27,6 @@ class GitDownloaderTest extends \PHPUnit_Framework_TestCase
{
$this->fs = new Filesystem;
$this->workingDir = realpath(sys_get_temp_dir()).DIRECTORY_SEPARATOR.'cmptest-'.md5(uniqid('', true));
$this->fs->ensureDirectoryExists($this->workingDir);
}
protected function tearDown()