1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Load plugins and installers prior to checking installed packages

This commit is contained in:
Nils Adermann 2013-08-31 16:20:38 +02:00
parent 2ca07add97
commit bf08019292
3 changed files with 6 additions and 5 deletions

View file

@ -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',
),
));