1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Allow loading of multiple composer autoloaders concurrently, fixes #1248

This commit is contained in:
Jordi Boggiano 2012-11-10 21:54:23 +01:00
parent c0e75e5d24
commit 487e66d0a9
12 changed files with 112 additions and 52 deletions

View file

@ -31,6 +31,12 @@ class GitHubDriverTest extends \PHPUnit_Framework_TestCase
));
}
public function tearDown()
{
$fs = new Filesystem;
$fs->removeDirectory(sys_get_temp_dir() . '/composer-test');
}
public function testPrivateRepository()
{
$repoUrl = 'http://github.com/composer/packagist';