소스 검색

Fix tests

Jordi Boggiano 12 년 전
부모
커밋
6b876958b9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/Composer/Test/Downloader/GitDownloaderTest.php

+ 2 - 2
tests/Composer/Test/Downloader/GitDownloaderTest.php

@@ -141,8 +141,8 @@ class GitDownloaderTest extends \PHPUnit_Framework_TestCase
     {
         return array(
             array('git', 'git@github.com:composer/composer.git'),
-            array('https', 'https://github.com/composer/composer'),
-            array('http', 'https://github.com/composer/composer')
+            array('https', 'https://github.com/composer/composer.git'),
+            array('http', 'https://github.com/composer/composer.git')
         );
     }