1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Only load options when they come from the lock file, not from standard metadata, refs #2189

This commit is contained in:
Jordi Boggiano 2014-05-07 18:12:26 +02:00
parent 016a016455
commit 31092843fd
3 changed files with 6 additions and 4 deletions

View file

@ -19,7 +19,7 @@ class ArrayLoaderTest extends \PHPUnit_Framework_TestCase
{
public function setUp()
{
$this->loader = new ArrayLoader();
$this->loader = new ArrayLoader(null, true);
}
public function testSelfVersion()