Loading core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php +4 −1 Original line number Diff line number Diff line Loading @@ -214,12 +214,15 @@ protected function visitInstaller() { /** * Installer step: Select language. * * @see \Drupal\Core\Installer\Form\SelectLanguageForm */ protected function setUpLanguage() { $edit = [ 'langcode' => $this->langcode, ]; $this->drupalPostForm(NULL, $edit, $this->translations['Save and continue']); // The 'Select Language' step is always English. $this->drupalPostForm(NULL, $edit, 'Save and continue'); } /** Loading Loading
core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php +4 −1 Original line number Diff line number Diff line Loading @@ -214,12 +214,15 @@ protected function visitInstaller() { /** * Installer step: Select language. * * @see \Drupal\Core\Installer\Form\SelectLanguageForm */ protected function setUpLanguage() { $edit = [ 'langcode' => $this->langcode, ]; $this->drupalPostForm(NULL, $edit, $this->translations['Save and continue']); // The 'Select Language' step is always English. $this->drupalPostForm(NULL, $edit, 'Save and continue'); } /** Loading