1
0
Fork 0
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:
CZechBoY 2019-01-07 16:22:41 +01:00 committed by Jordi Boggiano
parent fb3d0981c0
commit a062cd1a31
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
18 changed files with 94 additions and 6 deletions

View file

@ -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();