1
0
Fork 0

Fix tests

pull/1782/head
Jordi Boggiano 2013-04-09 10:34:51 +02:00
parent 3bec538970
commit 91f995c871
1 changed files with 1 additions and 0 deletions

View File

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