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