mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Add command testing utilities to TestCase, add tests for ConfigCommand
This commit is contained in:
parent
ebfdae8883
commit
fdab6657c7
35 changed files with 253 additions and 73 deletions
|
@ -91,7 +91,7 @@ class AutoloadGeneratorTest extends TestCase
|
|||
{
|
||||
$this->fs = new Filesystem;
|
||||
|
||||
$this->workingDir = $this->getUniqueTmpDirectory();
|
||||
$this->workingDir = self::getUniqueTmpDirectory();
|
||||
$this->vendorDir = $this->workingDir.DIRECTORY_SEPARATOR.'composer-test-autoload';
|
||||
$this->ensureDirectoryExistsAndClear($this->vendorDir);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue