public function setUp()
 {
     parent::setUp();
     $this->command = new HotfixCommand('hotfix', $this->application);
     $this->command->setContext($this->context);
 }
 public function setUp()
 {
     parent::setUp();
     $this->command = new FinishCommand('finish', $this->application);
     $this->command->setContext($this->context);
 }
 public function setUp()
 {
     parent::setUp();
     $this->command = new StartCommand('start', $this->application);
     $this->command->setContext($this->context);
 }