You are here

public static property MigrateFieldPluginManagerTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php \Drupal\Tests\migrate_drupal\Kernel\MigrateFieldPluginManagerTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php, line 25

Class

MigrateFieldPluginManagerTest
Tests the field plugin manager.

Namespace

Drupal\Tests\migrate_drupal\Kernel

Code

public static $modules = [
  'datetime',
  'system',
  'user',
  'field',
  'migrate_drupal',
  'options',
  'file',
  'image',
  'text',
  'link',
  'migrate_field_plugin_manager_test',
];