You are here

public static property TranslationTest::$modules in Feeds 8.3

Modules to enable.

Type: array

Overrides FeedsKernelTestBase::$modules

File

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

Class

TranslationTest
Test for the entity field translation.

Namespace

Drupal\Tests\feeds\Kernel\Feeds\Target

Code

public static $modules = [
  'field',
  'node',
  'feeds',
  'text',
  'filter',
  'language',
  'taxonomy',
  'content_translation',
];