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

protected setUp ( )
 protected function setUp()
 {
     parent::setUp();
     $this->configResolver = $this->getMock('\\eZ\\Publish\\Core\\MVC\\ConfigResolverInterface');
     $this->parser = $this->getMock('\\eZ\\Bundle\\EzPublishCoreBundle\\DependencyInjection\\Configuration\\SiteAccessAware\\DynamicSettingParserInterface');
 }