mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix tests
This commit is contained in:
parent
17a5bdf162
commit
80c18db694
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,7 @@ class GitHubDriverTest extends \PHPUnit_Framework_TestCase
|
|||
$repoConfig = array(
|
||||
'url' => $repoUrl,
|
||||
);
|
||||
$repoUrl = 'https://github.com/composer/packagist.git';
|
||||
|
||||
$gitHubDriver = new GitHubDriver($repoConfig, $io, $this->config, null, $remoteFilesystem);
|
||||
$gitHubDriver->initialize();
|
||||
|
@ -208,6 +209,7 @@ class GitHubDriverTest extends \PHPUnit_Framework_TestCase
|
|||
$repoConfig = array(
|
||||
'url' => $repoUrl,
|
||||
);
|
||||
$repoUrl = 'https://github.com/composer/packagist.git';
|
||||
|
||||
$gitHubDriver = new GitHubDriver($repoConfig, $io, $this->config, null, $remoteFilesystem);
|
||||
$gitHubDriver->initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue