1
0
Fork 0

Add missing use statement

pull/2179/head
Nils Adermann 2013-09-05 14:32:09 +02:00
parent d00ca4bcdb
commit 6c2e998e40
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ use Composer\Installer\PluginInstaller;
use Composer\Package\Loader\JsonLoader;
use Composer\Package\Loader\ArrayLoader;
use Composer\Package\PackageInterface;
use Composer\Plugin\PluginManager;
use Composer\Autoload\AutoloadGenerator;
class PluginInstallerTest extends \PHPUnit_Framework_TestCase
@ -63,7 +64,7 @@ class PluginInstallerTest extends \PHPUnit_Framework_TestCase
$this->composer->setRepositoryManager($rm);
$this->composer->setAutoloadGenerator($this->autoloadGenerator);
$this->pm = new \Composer\Plugin\PluginManager($this->composer, $this->io);
$this->pm = new PluginManager($this->composer, $this->io);
$this->composer->setPluginManager($this->pm);
$config->merge(array(