You are here

public static property MultiMappingTest::$modules in Feeds 8.3

Modules to enable.

Type: array

Overrides FeedsKernelTestBase::$modules

File

tests/src/Kernel/MultiMappingTest.php, line 18

Class

MultiMappingTest
Tests mapping multiple times to the same target.

Namespace

Drupal\Tests\feeds\Kernel

Code

public static $modules = [
  'field',
  'node',
  'feeds',
  'text',
  'filter',
  'datetime',
];