mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
review fixes
This commit is contained in:
parent
fa5de786ff
commit
397ae2d7c8
5 changed files with 10 additions and 20 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue