mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Fix factory test
This commit is contained in:
parent
1cd9f4f9db
commit
09fd239f24
2 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ class HttpDownloader
|
|||
private $io;
|
||||
private $config;
|
||||
private $jobs = array();
|
||||
private $options = array();
|
||||
private $index;
|
||||
private $progress;
|
||||
private $lastProgress;
|
||||
|
|
|
@ -35,6 +35,6 @@ class FactoryTest extends TestCase
|
|||
->with($this->equalTo('disable-tls'))
|
||||
->will($this->returnValue(true));
|
||||
|
||||
Factory::createRemoteFilesystem($ioMock, $config);
|
||||
Factory::createHttpDownloader($ioMock, $config);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue