Ejemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     $this->command = new HotfixCommand('hotfix', $this->application);
     $this->command->setContext($this->context);
 }
Ejemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->command = new FinishCommand('finish', $this->application);
     $this->command->setContext($this->context);
 }
Ejemplo n.º 3
0
 public function setUp()
 {
     parent::setUp();
     $this->command = new StartCommand('start', $this->application);
     $this->command->setContext($this->context);
 }