mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Internalize pool creation in repository set, store root aliases in set
The pool is still exposed too early in a few places which will require further refactoring
This commit is contained in:
parent
6ef65e5319
commit
1228bcdffc
17 changed files with 248 additions and 133 deletions
|
@ -34,7 +34,7 @@ class SolverTest extends TestCase
|
|||
|
||||
public function setUp()
|
||||
{
|
||||
$this->repoSet = new RepositorySet(new Pool);
|
||||
$this->repoSet = new RepositorySet(array());
|
||||
$this->repo = new ArrayRepository;
|
||||
$this->repoInstalled = new ArrayRepository;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue