mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Add parallel download capability to FileDownloader and derivatives
This commit is contained in:
parent
0f2f950cb6
commit
3dfcae99a9
50 changed files with 803 additions and 492 deletions
|
@ -89,7 +89,7 @@ class PluginInstallerTest extends TestCase
|
|||
->method('getLocalRepository')
|
||||
->will($this->returnValue($this->repository));
|
||||
|
||||
$im = $this->getMockBuilder('Composer\Installer\InstallationManager')->getMock();
|
||||
$im = $this->getMockBuilder('Composer\Installer\InstallationManager')->disableOriginalConstructor()->getMock();
|
||||
$im->expects($this->any())
|
||||
->method('getInstallPath')
|
||||
->will($this->returnCallback(function ($package) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue