1 upgrade.test | protected UpgradePathTestCase::refreshVariables() |
Specialized refreshVariables().
Overrides BackdropWebTestCase::refreshVariables
File
- core/
modules/ simpletest/ tests/ upgrade/ upgrade.test, line 155
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();
}
}