setUp() protected method

protected setUp ( )
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->command = new DeleteCommand(new Config());
     $this->command->setSession($this->session);
     $this->command->setLogger($this->logger);
 }