protected function UpgradePathTestCase::refreshVariables

Specialized refreshVariables().

Overrides DrupalWebTestCase::refreshVariables

2 calls to UpgradePathTestCase::refreshVariables()
UpgradePathTestCase::performUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UpgradePathTestCase::performUpgrade in drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.

Archivo

drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test, line 192

Class

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

Código

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