瀏覽代碼

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