/** * @see vendor/symfony/src/Symfony/Component/Console/Command/Symfony\Component\Console\Command.Command::configure() */ protected function configure() { parent::configure(); $this->setName('plugins'); $this->setDescription('Run Jumpstorm plugins'); }
/** * @see vendor/symfony/src/Symfony/Component/Console/Command/Symfony\Component\Console\Command.Command::configure() */ protected function configure() { parent::configure(); $this->setName('run'); $this->setDescription('Combines the other commands: install Magento, prepare unittesting, install extensions and run plugins'); }
/** * @see vendor/symfony/src/Symfony/Component/Console/Command/Symfony\Component\Console\Command.Command::configure() */ protected function configure() { parent::configure(); $this->setName('extensions'); $this->setDescription('Install extensions'); }
/** * @see vendor/symfony/src/Symfony/Component/Console/Command/Symfony\Component\Console\Command.Command::configure() */ protected function configure() { parent::configure(); $this->setName('magento'); $this->setDescription('Install Magento'); }