You are here

protected function SelectProfileFormTest::refreshVariables in Drupal 8

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.
}