ContentEntityTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php \Drupal\Tests\migrate_drupal\Kernel\Plugin\migrate\source\ContentEntityTest::modules
  2. 8.9.x core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php \Drupal\Tests\migrate_drupal\Kernel\Plugin\migrate\source\ContentEntityTest::modules
  3. 11.x core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php \Drupal\Tests\migrate_drupal\Kernel\Plugin\migrate\source\ContentEntityTest::modules
  4. 11.x core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php \Drupal\Tests\migrate\Kernel\Plugin\source\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.