protected property ThunderInstallerGermanTest::$translations in Thunder 8.2
Same name and namespace in other branches
- 8.5 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
- 8.3 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
- 8.4 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
- 6.2.x tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
- 6.0.x tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
- 6.1.x tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
A string translation map used for translated installer screens.
Keys are English strings, values are translated strings.
Type: array
Overrides InstallerTestBase::$translations
File
- tests/
src/ Functional/ Installer/ ThunderInstallerGermanTest.php, line 20
Class
- ThunderInstallerGermanTest
- Tests the interactive installer installing the standard profile.
Namespace
Drupal\Tests\thunder\Functional\InstallerCode
protected $translations = [
'Save and continue' => 'Speichern und fortfahren',
'Errors found' => 'Fehler gefunden',
'continue anyway' => 'fortfahren',
];