1
0
Fork 0

Enable solver test regarding replaced packages after policy fix

pull/60/head
Nils Adermann 2011-10-22 17:23:23 +02:00
parent 571c14adf9
commit 0801d8ed31
1 changed files with 0 additions and 2 deletions

View File

@ -233,8 +233,6 @@ class SolverTest extends \PHPUnit_Framework_TestCase
public function testSkipReplacerOfExistingPackage()
{
$this->markTestIncomplete();
$this->repo->addPackage($packageA = new MemoryPackage('A', '1.0'));
$this->repo->addPackage($packageQ = new MemoryPackage('Q', '1.0'));
$this->repo->addPackage($packageB = new MemoryPackage('B', '1.0'));