mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
loadDev parameter is nonsense, properly load packages in create command
This commit is contained in:
parent
da02c53540
commit
ec5416f03c
5 changed files with 5 additions and 8 deletions
|
@ -147,7 +147,7 @@ class ComposerRepositoryTest extends TestCase
|
|||
$versionParser = new VersionParser();
|
||||
|
||||
$that = $this;
|
||||
$packages = $repo->loadRecursively(array('a'), true, function ($name, $stability) use ($that) {
|
||||
$packages = $repo->loadRecursively(array('a'), function ($name, $stability) use ($that) {
|
||||
$this->assertEquals('a', $name);
|
||||
return true;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue