mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Fix solver test
This commit is contained in:
parent
2d19cf2a00
commit
d4aab7d5b6
1 changed files with 0 additions and 1 deletions
|
@ -430,7 +430,6 @@ class SolverTest extends TestCase
|
|||
{
|
||||
$this->repo->addPackage($packageA = $this->getPackage('A', '1.0'));
|
||||
$this->repo->addPackage($packageQ = $this->getPackage('Q', '1.0'));
|
||||
$this->repo->addPackage($packageB = $this->getPackage('B', '0.8'));
|
||||
$packageA->setRequires(array(new Link('A', 'B', $this->getVersionConstraint('>=', '1.0'), 'requires')));
|
||||
$packageQ->setProvides(array(new Link('Q', 'B', $this->getVersionConstraint('=', '1.0'), 'provides')));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue