mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +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
|
@ -56,7 +56,7 @@ class FossilDownloaderTest extends TestCase
|
|||
->will($this->returnValue(null));
|
||||
|
||||
$downloader = $this->getDownloaderMock();
|
||||
$downloader->download($packageMock, '/path');
|
||||
$downloader->install($packageMock, '/path');
|
||||
}
|
||||
|
||||
public function testDownload()
|
||||
|
@ -89,7 +89,7 @@ class FossilDownloaderTest extends TestCase
|
|||
->will($this->returnValue(0));
|
||||
|
||||
$downloader = $this->getDownloaderMock(null, null, $processExecutor);
|
||||
$downloader->download($packageMock, 'repo');
|
||||
$downloader->install($packageMock, 'repo');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue