Jordi Boggiano 6 anni fa
parent
commit
fb3d0981c0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      tests/Composer/Test/DependencyResolver/SolverTest.php

+ 2 - 0
tests/Composer/Test/DependencyResolver/SolverTest.php

@@ -899,6 +899,8 @@ class SolverTest extends TestCase
 
         $this->request->install('A');
 
+        $this->createSolver();
+
         // check correct setup for assertion later
         $this->assertFalse($this->solver->testFlagLearnedPositiveLiteral);