Add comment

main
Chris Smith 10 years ago
parent 2e40f5f586
commit 0f9128a7d2

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

Loading…
Cancel
Save