소스 검색

Fix tests

Jordi Boggiano 12 년 전
부모
커밋
91f995c871
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/Composer/Test/InstallerTest.php

+ 1 - 0
tests/Composer/Test/InstallerTest.php

@@ -226,6 +226,7 @@ class InstallerTest extends TestCase
 
         if ($expectLock) {
             unset($actualLock['hash']);
+            unset($actualLock['_readme']);
             $this->assertEquals($expectLock, $actualLock);
         }