mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +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
|
@ -138,7 +138,7 @@ class PerforceDownloaderTest extends TestCase
|
|||
$perforce->expects($this->at(5))->method('syncCodeBase')->with($label);
|
||||
$perforce->expects($this->at(6))->method('cleanupClientSpec');
|
||||
$this->downloader->setPerforce($perforce);
|
||||
$this->downloader->doDownload($this->package, $this->testPath, 'url');
|
||||
$this->downloader->doInstall($this->package, $this->testPath, 'url');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -161,6 +161,6 @@ class PerforceDownloaderTest extends TestCase
|
|||
$perforce->expects($this->at(5))->method('syncCodeBase')->with($label);
|
||||
$perforce->expects($this->at(6))->method('cleanupClientSpec');
|
||||
$this->downloader->setPerforce($perforce);
|
||||
$this->downloader->doDownload($this->package, $this->testPath, 'url');
|
||||
$this->downloader->doInstall($this->package, $this->testPath, 'url');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue