class InstallerTranslationMultipleLanguageKeepEnglishTest

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php \Drupal\FunctionalTests\Installer\InstallerTranslationMultipleLanguageKeepEnglishTest
  2. 10 core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php \Drupal\FunctionalTests\Installer\InstallerTranslationMultipleLanguageKeepEnglishTest
  3. 8.9.x core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php \Drupal\FunctionalTests\Installer\InstallerTranslationMultipleLanguageKeepEnglishTest

Tests that keeping English in a foreign language install works.

@group Installer

Hierarchy

Expanded class hierarchy of InstallerTranslationMultipleLanguageKeepEnglishTest

File

core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php, line 10

Namespace

Drupal\FunctionalTests\Installer
View source
class InstallerTranslationMultipleLanguageKeepEnglishTest extends InstallerTranslationMultipleLanguageForeignTest {
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * Switch to the multilingual testing profile with English kept.
   *
   * @var string
   */
  protected $profile = 'testing_multilingual_with_english';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.