function UpgradePathTestCase::refreshVariables
Specialized refreshVariables().
Overrides DrupalWebTestCase::refreshVariables
1 call to UpgradePathTestCase::refreshVariables()
- UpgradePathTestCase::performUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.test - Perform the upgrade.
File
-
modules/
simpletest/ tests/ upgrade/ upgrade.test, line 199
Class
- UpgradePathTestCase
- Perform end-to-end tests of the upgrade path.
Code
protected function refreshVariables() {
// No operation if the child has not been upgraded yet.
if (!$this->upgradedSite) {
return parent::refreshVariables();
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.