diff --git a/core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.ph...

Contribution Date
Technology
Contribution Project
Contribution Details
diff --git a/core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php b/core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php index 4268fbce6b..8f6e7c6a54 100644 --- a/core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php +++ b/core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php @@ -54,17 +54,6 @@ abstract class InstallerTestBase extends BrowserTestBase { */ protected $parameters = []; - /** - * A string translation map used for translated installer screens. - * - * Keys are English strings, values are translated strings. - * - * @var array - */ - protected $translations = [ - 'Save and continue' => 'Save and continue', - ]; -

$translations is used by some child class like ConfigTranslationInstallTest who extending InstallerTestBase class so not removing this and just removing $this->translations from InstallerTestBase class. Kindly review a new patch

Contribution Author
Files count
2
Patches count
1