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/Plugin/Derivative/GenericContentEntityProcessorTest.php, line 22

Class

GenericContentEntityProcessorTest
Tests the generic entity processor deriver.

Namespace

Drupal\Tests\feeds\Kernel\Plugin\Derivative

Code

public static $modules = [
  'node',
  'feeds',
  'entity_test',
];