/**
  * Setups the local task default.
  */
 protected function setupLocalTaskDefault()
 {
     $this->localTaskBase = new TestLocalTaskDefault($this->config, $this->pluginId, $this->pluginDefinition);
     $this->localTaskBase->setRouteProvider($this->routeProvider)->setStringTranslation($this->stringTranslation);
 }