1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Fix tests

This commit is contained in:
Jordi Boggiano 2013-02-13 12:59:16 +01:00
parent 17a5bdf162
commit 80c18db694

View file

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