You are here

public static property GenericContentEntityProcessorTest::$modules in Feeds 8.3

Same name in this branch
  1. 8.3 tests/src/Kernel/Feeds/Processor/GenericContentEntityProcessorTest.php \Drupal\Tests\feeds\Kernel\Feeds\Processor\GenericContentEntityProcessorTest::modules
  2. 8.3 tests/src/Kernel/Plugin/Derivative/GenericContentEntityProcessorTest.php \Drupal\Tests\feeds\Kernel\Plugin\Derivative\GenericContentEntityProcessorTest::modules

Modules to enable.

Type: array

Overrides FeedsKernelTestBase::$modules

File

tests/src/Kernel/Feeds/Processor/GenericContentEntityProcessorTest.php, line 18

Class

GenericContentEntityProcessorTest
Tests import various entity types.

Namespace

Drupal\Tests\feeds\Kernel\Feeds\Processor

Code

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