You are here

public static property MigrateCckFieldPluginManagerTest::$modules in Drupal 8

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/migrate_drupal/tests/src/Kernel/MigrateCckFieldPluginManagerTest.php, line 17

Class

MigrateCckFieldPluginManagerTest
Tests the cck field plugin manager.

Namespace

Drupal\Tests\migrate_drupal\Kernel

Code

public static $modules = [
  'system',
  'user',
  'field',
  'migrate_drupal',
  'options',
  'file',
  'text',
  'migrate_cckfield_plugin_manager_test',
];