Jordi Boggiano %!s(int64=12) %!d(string=hai) anos
pai
achega
91f995c871
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
         }