mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +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
|
@ -46,7 +46,7 @@ class InstalledVersionsTest extends TestCase
|
|||
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->root = $this->getUniqueTmpDirectory();
|
||||
$this->root = self::getUniqueTmpDirectory();
|
||||
|
||||
$dir = $this->root;
|
||||
InstalledVersions::reload(require __DIR__.'/Repository/Fixtures/installed.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue