1
0
Fork 0

Fix tests

pull/1576/merge
Jordi Boggiano 2013-02-13 12:59:16 +01:00
parent 17a5bdf162
commit 80c18db694
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,7 @@ class GitHubDriverTest extends \PHPUnit_Framework_TestCase
$repoConfig = array( $repoConfig = array(
'url' => $repoUrl, 'url' => $repoUrl,
); );
$repoUrl = 'https://github.com/composer/packagist.git';
$gitHubDriver = new GitHubDriver($repoConfig, $io, $this->config, null, $remoteFilesystem); $gitHubDriver = new GitHubDriver($repoConfig, $io, $this->config, null, $remoteFilesystem);
$gitHubDriver->initialize(); $gitHubDriver->initialize();
@ -208,6 +209,7 @@ class GitHubDriverTest extends \PHPUnit_Framework_TestCase
$repoConfig = array( $repoConfig = array(
'url' => $repoUrl, 'url' => $repoUrl,
); );
$repoUrl = 'https://github.com/composer/packagist.git';
$gitHubDriver = new GitHubDriver($repoConfig, $io, $this->config, null, $remoteFilesystem); $gitHubDriver = new GitHubDriver($repoConfig, $io, $this->config, null, $remoteFilesystem);
$gitHubDriver->initialize(); $gitHubDriver->initialize();