/**
  * {@inheritdoc}
  *
  * WebTestBase::refreshVariables() tries to operate on persistent storage,
  * which is only available after the installer completed.
  */
 protected function refreshVariables()
 {
     if ($this->isInstalled) {
         parent::refreshVariables();
     }
 }