You are here

protected property InstallerTestBase::$translations in SimpleTest 8.3

A string translation map used for translated installer screens.

Keys are English strings, values are translated strings.

Type: array

File

src/InstallerTestBase.php, line 67

Class

InstallerTestBase
Base class for testing the interactive installer.

Namespace

Drupal\simpletest

Code

protected $translations = [
  'Save and continue' => 'Save and continue',
];