mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
More RemoteFilesystem usage removals and some repository/vcs driver refactorings
This commit is contained in:
parent
713bc4de1d
commit
f946d8eb5a
30 changed files with 156 additions and 107 deletions
|
@ -16,6 +16,7 @@ use Composer\Config;
|
|||
use Composer\Repository\Vcs\GitBitbucketDriver;
|
||||
use Composer\Test\TestCase;
|
||||
use Composer\Util\Filesystem;
|
||||
use Composer\Util\ProcessExecutor;
|
||||
use Composer\Util\Http\Response;
|
||||
|
||||
/**
|
||||
|
@ -68,8 +69,8 @@ class GitBitbucketDriverTest extends TestCase
|
|||
$repoConfig,
|
||||
$this->io,
|
||||
$this->config,
|
||||
null,
|
||||
$this->httpDownloader
|
||||
$this->httpDownloader,
|
||||
new ProcessExecutor($this->io)
|
||||
);
|
||||
|
||||
$driver->initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue