public static property GenericContentEntityProcessorTest::$modules in Feeds 8.3
Same name in this branch
- 8.3 tests/src/Kernel/Feeds/Processor/GenericContentEntityProcessorTest.php \Drupal\Tests\feeds\Kernel\Feeds\Processor\GenericContentEntityProcessorTest::modules
- 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\ProcessorCode
public static $modules = [
'entity_test',
'feeds',
'field',
'text',
'filter',
];