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:
parent
c0e75e5d24
commit
487e66d0a9
12 changed files with 112 additions and 52 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue