Exemplo n.º 1
0
 /**
  * @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');
 }
Exemplo n.º 2
0
 /**
  * @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');
 }
Exemplo n.º 3
0
 /**
  * @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');
 }
Exemplo n.º 4
0
 /**
  * @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');
 }