1
0
Fork 0

Add comment

pull/3446/head
Chris Smith 2014-11-20 16:13:55 +00:00
parent 2e40f5f586
commit 0f9128a7d2
1 changed files with 1 additions and 0 deletions

View File

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