1
0
Fork 0

Fix solver test

pull/898/head
Jordi Boggiano 2012-07-11 19:37:02 +02:00
parent 2d19cf2a00
commit d4aab7d5b6
1 changed files with 0 additions and 1 deletions

View File

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