mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Load plugins and installers prior to checking installed packages
This commit is contained in:
parent
2ca07add97
commit
bf08019292
3 changed files with 6 additions and 5 deletions
|
@ -69,6 +69,7 @@ class PluginInstallerTest extends \PHPUnit_Framework_TestCase
|
|||
$config->merge(array(
|
||||
'config' => array(
|
||||
'vendor-dir' => __DIR__.'/Fixtures/',
|
||||
'home' => __DIR__.'/Fixtures',
|
||||
'bin-dir' => __DIR__.'/Fixtures/bin',
|
||||
),
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue