You are here

protected property InstallerTranslationExistingFileTest::$langcode in Drupal 9

Overrides the language code in which to install Drupal.

Choose one of the smaller languages on ftp.drupal.org. There is no way to avoid using ftp.drupal.org since the code being tested runs extremely early in the installer. However, even if the call to ftp.drupal.org fails then this test will not fail as it will end up on the requirements page.

Type: string

Overrides InstallerTestBase::$langcode

File

core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php, line 27

Class

InstallerTranslationExistingFileTest
Tests translation files for multiple languages get imported during install.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $langcode = 'xx-lolspeak';