Fix #1661 : Use bin/setup for plugin manipulation to avoid plugin failures

This commit is contained in:
Romain Neutron
2014-02-03 17:24:57 +01:00
parent 142c221be2
commit a66f158dbb
6 changed files with 29 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class RemovePlugin extends AbstractPluginCommand
->addArgument('name', InputArgument::REQUIRED, 'The name of the plugin');
}
protected function doExecute(InputInterface $input, OutputInterface $output)
protected function doExecutePluginAction(InputInterface $input, OutputInterface $output)
{
$name = $input->getArgument('name');