Explorar el Código

Enable solver test regarding replaced packages after policy fix

Nils Adermann hace 13 años
padre
commit
0801d8ed31
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      tests/Composer/Test/DependencyResolver/SolverTest.php

+ 0 - 2
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'));