Jordi Boggiano пре 12 година
родитељ
комит
175d1939b5
1 измењених фајлова са 1 додато и 1 уклоњено
  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());
         }
     }