1
0
Fork 0
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:
Jordi Boggiano 2020-01-30 20:21:17 +01:00
parent 38f6ae2c4e
commit 2f4ea3a463
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
9 changed files with 22 additions and 14 deletions

View file

@ -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;