mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix show command, refactor RepositorySet constructor
This commit is contained in:
parent
38f6ae2c4e
commit
2f4ea3a463
9 changed files with 22 additions and 14 deletions
|
@ -38,7 +38,7 @@ class SolverTest extends TestCase
|
|||
|
||||
public function setUp()
|
||||
{
|
||||
$this->repoSet = new RepositorySet(array());
|
||||
$this->repoSet = new RepositorySet();
|
||||
$this->repo = new ArrayRepository;
|
||||
$this->repoLocked = new LockArrayRepository;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue