mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
added phpstan on level 0
This commit is contained in:
parent
fb3d0981c0
commit
a062cd1a31
18 changed files with 94 additions and 6 deletions
|
@ -20,6 +20,8 @@ use Composer\Util\Loop;
|
|||
|
||||
class FileDownloaderTest extends TestCase
|
||||
{
|
||||
private $httpDownloader;
|
||||
|
||||
protected function getDownloader($io = null, $config = null, $eventDispatcher = null, $cache = null, $httpDownloader = null, $filesystem = null)
|
||||
{
|
||||
$io = $io ?: $this->getMockBuilder('Composer\IO\IOInterface')->getMock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue