소스 검색

Fix tests

Jordi Boggiano 12 년 전
부모
커밋
80c18db694
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/Composer/Test/Repository/Vcs/GitHubDriverTest.php

+ 2 - 0
tests/Composer/Test/Repository/Vcs/GitHubDriverTest.php

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