Add comment
parent
2e40f5f586
commit
0f9128a7d2
|
@ -290,6 +290,7 @@ class InstallerTest extends TestCase
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Change paths like file://foobar to file:///path/to/fixtures
|
||||||
if (preg_match('{^file://[^/]}', $repo['url'])) {
|
if (preg_match('{^file://[^/]}', $repo['url'])) {
|
||||||
$repo['url'] = "file://${fixturesDir}/" . substr($repo['url'], 7);
|
$repo['url'] = "file://${fixturesDir}/" . substr($repo['url'], 7);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue