You are here

InstallerTranslationMultipleLanguageKeepEnglishTest.php in Drupal 9

File

core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php
View source
<?php

namespace Drupal\FunctionalTests\Installer;


/**
 * Tests that keeping English in a foreign language install works.
 *
 * @group Installer
 */
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';

}

Classes

Namesort descending Description
InstallerTranslationMultipleLanguageKeepEnglishTest Tests that keeping English in a foreign language install works.