ContentEntityTest::$modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php, line 37

Class

ContentEntityTest
Tests the entity content source plugin.

Namespace

Drupal\Tests\migrate_drupal\Kernel\Plugin\migrate\source

Code

protected static $modules = [
  'user',
  'migrate',
  'migrate_drupal',
  'system',
  'node',
  'taxonomy',
  'field',
  'file',
  'image',
  'media',
  'media_test_source',
  'text',
  'filter',
  'language',
  'content_translation',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.