You are here

protected property LanguageTest::$langcodes in Token 8

Language codes of languages to enable during the test.

Type: array

File

tests/src/Kernel/LanguageTest.php, line 31

Class

LanguageTest
Tests language tokens.

Namespace

Drupal\Tests\token\Kernel

Code

protected $langcodes = [
  'bg',
  'hu',
  'nl',
  'pt-pt',
];