mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix handling of reference updates and root references
This commit is contained in:
parent
9053d74282
commit
f1e4ccbe1d
9 changed files with 280 additions and 61 deletions
|
@ -930,7 +930,7 @@ class SolverTest extends TestCase
|
|||
|
||||
protected function createSolver()
|
||||
{
|
||||
$this->solver = new Solver($this->policy, $this->repoSet->createPool($this->request), $this->repoInstalled, new NullIO());
|
||||
$this->solver = new Solver($this->policy, $this->repoSet->createPool($this->request), new NullIO());
|
||||
}
|
||||
|
||||
protected function checkSolverResult(array $expected)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue