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:
parent
016a016455
commit
31092843fd
3 changed files with 6 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue