mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Sort local repo transaction as topological as possible
This commit is contained in:
parent
f5e18250e6
commit
b700aa3d62
2 changed files with 98 additions and 4 deletions
|
@ -97,7 +97,7 @@ class InstallerTest extends TestCase
|
|||
}));
|
||||
|
||||
$tempLockData = null;
|
||||
$locker = new Locker($io, $lockJsonMock, $repositoryManager, $installationManager, '{}');
|
||||
$locker = new Locker($io, $lockJsonMock, $installationManager, '{}');
|
||||
|
||||
$autoloadGenerator = $this->getMockBuilder('Composer\Autoload\AutoloadGenerator')->disableOriginalConstructor()->getMock();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue