protected function UpgradePathTestBase::refreshVariables

Specialized refreshVariables().

Overrides WebTestBase::refreshVariables

1 call to UpgradePathTestBase::refreshVariables()
UpgradePathTestBase::getUpdatePhp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
Gets update.php without calling url().

File

drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php, line 175
Definition of Drupal\system\Tests\Upgrade\UpgradePathTestBase.

Class

UpgradePathTestBase
Perform end-to-end tests of the upgrade path.

Namespace

Drupal\system\Tests\Upgrade

Code

protected function refreshVariables() {

  // No operation if the child has not been upgraded yet.
  if (!$this->upgradedSite) {
    return parent::refreshVariables();
  }
}