From 0801d8ed310c6aa1bc3d7f37f2a7e28fb63b5aa4 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 22 Oct 2011 17:23:23 +0200 Subject: [PATCH] Enable solver test regarding replaced packages after policy fix --- tests/Composer/Test/DependencyResolver/SolverTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Composer/Test/DependencyResolver/SolverTest.php b/tests/Composer/Test/DependencyResolver/SolverTest.php index 911296849..9211a84b3 100644 --- a/tests/Composer/Test/DependencyResolver/SolverTest.php +++ b/tests/Composer/Test/DependencyResolver/SolverTest.php @@ -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'));