You are here

protected static property MigrateFieldTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php \Drupal\Tests\field\Kernel\Migrate\d7\MigrateFieldTest::modules

The modules to be enabled during the test.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php, line 21

Class

MigrateFieldTest
Migrates Drupal 7 fields.

Namespace

Drupal\Tests\field\Kernel\Migrate\d7

Code

protected static $modules = [
  'comment',
  'datetime',
  'file',
  'image',
  'link',
  'node',
  'system',
  'taxonomy',
  'telephone',
  'text',
];