You are here

private static property TranslationOperationTargetLanguageTest::$langcodes in Translation Views 8

List of the additional language IDs to be created for the tests.

Type: array

File

tests/src/Functional/TranslationOperationTargetLanguageTest.php, line 25

Class

TranslationOperationTargetLanguageTest
Class TranslationOperationTargetLanguageTest.

Namespace

Drupal\Tests\translation_views\Functional

Code

private static $langcodes = [
  'fr',
  'de',
  'it',
  'af',
  'sq',
];