소스 검색

Add comment

Chris Smith 10 년 전
부모
커밋
0f9128a7d2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/Composer/Test/InstallerTest.php

+ 1 - 0
tests/Composer/Test/InstallerTest.php

@@ -290,6 +290,7 @@ class InstallerTest extends TestCase
                                 continue;
                             }
 
+                            // Change paths like file://foobar to file:///path/to/fixtures
                             if (preg_match('{^file://[^/]}', $repo['url'])) {
                                 $repo['url'] = "file://${fixturesDir}/" . substr($repo['url'], 7);
                             }