setUp() защищенный Метод

protected setUp ( )
 /**
  * Setup the test fixture.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->command = new RemoveCommand($this->getConfig());
     $this->command->setLogger($this->logger);
     $this->command->setSites($this->sites);
 }