1
0
Fork 0
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:
Nils Adermann 2019-09-07 06:03:39 +02:00
parent f5e18250e6
commit b700aa3d62
2 changed files with 98 additions and 4 deletions

View file

@ -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();