Browse Source

Fix tests

Jordi Boggiano 12 năm trước cách đây
mục cha
commit
91f995c871
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
         }