You are here

protected property InstallerTestBase::$langcode in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::langcode

The language code in which to install Drupal.

Type: string

File

core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php, line 39

Class

InstallerTestBase
Base class for testing the interactive installer.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $langcode = 'en';