浏览代码

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);
                             }