function SelectProfileFormTest::refreshVariables

BrowserTestBase::refreshVariables() tries to operate on persistent storage, which is only available after the installer completed.

Overrides RefreshVariablesTrait::refreshVariables

File

core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php, line 112

Class

SelectProfileFormTest
Tests the select profile form.

Namespace

Drupal\FunctionalJavascriptTests\Core\Installer\Form

Code

protected function refreshVariables() {
    // Intentionally empty as the site is not yet installed.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.