|
@@ -147,7 +147,7 @@ class PluginInstallerTest extends TestCase
|
|
$this->repository
|
|
$this->repository
|
|
->expects($this->exactly(2))
|
|
->expects($this->exactly(2))
|
|
->method('getPackages')
|
|
->method('getPackages')
|
|
- ->will($this->returnValue(array()));
|
|
|
|
|
|
+ ->will($this->returnValue(array($this->packages[3])));
|
|
$installer = new PluginInstaller($this->io, $this->composer);
|
|
$installer = new PluginInstaller($this->io, $this->composer);
|
|
$this->pm->loadInstalledPlugins();
|
|
$this->pm->loadInstalledPlugins();
|
|
|
|
|