You are here

protected property TranslationTest::$feedsTranslationLanguages in Feeds 8.3

Feeds translation languages.

Type: array

File

tests/src/Kernel/Feeds/Target/TranslationTest.php, line 54

Class

TranslationTest
Test for the entity field translation.

Namespace

Drupal\Tests\feeds\Kernel\Feeds\Target

Code

protected $feedsTranslationLanguages = [
  'es',
  'nl',
];