InstallerTranslationMultipleLanguageKeepEnglishTest.php in Drupal 10
Namespace
Drupal\FunctionalTests\InstallerFile
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.phpView 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
Name | Description |
---|---|
InstallerTranslationMultipleLanguageKeepEnglishTest | Tests that keeping English in a foreign language install works. |