Author: Sylvain Lorinet (sylvain.lorinet@gmail.com)
Inheritance: implements Composer\Plugin\PluginInterface
 /**
  * @test
  */
 public function active()
 {
     $this->im->expects($this->once())->method('addInstaller');
     $plugin = new SharedPackagePlugin();
     $plugin->activate($this->composer, $this->io);
 }