Jordi Boggiano %!s(int64=12) %!d(string=hai) anos
pai
achega
175d1939b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Composer/Test/DependencyResolver/SolverTest.php

+ 1 - 1
tests/Composer/Test/DependencyResolver/SolverTest.php

@@ -74,7 +74,7 @@ class SolverTest extends TestCase
         } catch (SolverProblemsException $e) {
             $problems = $e->getProblems();
             $this->assertEquals(1, count($problems));
-            $this->assertEquals('The requested package b == 1 could not be found.', $problems[0]->getPrettyString());
+            $this->assertEquals("\n    - The requested package b == 1 could not be found.", $problems[0]->getPrettyString());
         }
     }