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 StartCommand('start', $this->application); $this->command->setContext($this->context); }