mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Enable solver test regarding replaced packages after policy fix
This commit is contained in:
parent
571c14adf9
commit
0801d8ed31
1 changed files with 0 additions and 2 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue