MigrationPluginListTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php \Drupal\Tests\migrate\Kernel\Plugin\MigrationPluginListTest::modules
  2. 8.9.x core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php \Drupal\Tests\migrate\Kernel\Plugin\MigrationPluginListTest::modules
  3. 11.x core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php \Drupal\Tests\migrate\Kernel\Plugin\MigrationPluginListTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php, line 27

Class

MigrationPluginListTest
Tests the migration plugin manager.

Namespace

Drupal\Tests\migrate\Kernel\Plugin

Code

protected static $modules = [
  'migrate',
  // Test with all modules containing Drupal migrations.
'ban',
  'block',
  'block_content',
  // @todo Remove book in https://www.drupal.org/project/drupal/issues/3376101
'book',
  'comment',
  'contact',
  'content_translation',
  'dblog',
  'field',
  'file',
  'filter',
  // @todo Remove forum in https://www.drupal.org/project/drupal/issues/3261653
'forum',
  'image',
  'language',
  'locale',
  'menu_link_content',
  'menu_ui',
  'node',
  'options',
  'path',
  'search',
  'shortcut',
  // @todo Remove statistics in https://www.drupal.org/project/drupal/issues/3341092
'statistics',
  'syslog',
  'system',
  'taxonomy',
  'text',
  // @todo Remove tracker in https://www.drupal.org/project/drupal/issues/3261452
'tracker',
  'update',
  'user',
];

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