Chris Smith vor 10 Jahren
Ursprung
Commit
0f9128a7d2
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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);
                             }