소스 검색

Fix tests

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());
         }
     }