1
0
Fork 0
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:
Nils Adermann 2019-09-07 01:58:12 +02:00
parent 9053d74282
commit f1e4ccbe1d
9 changed files with 280 additions and 61 deletions

View file

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