You are here

static property MigrateFieldTest::$modules in Zircon Profile 8

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

The modules to be enabled during the test.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/field/src/Tests/Migrate/d7/MigrateFieldTest.php, line 27
Contains \Drupal\field\Tests\Migrate\d7\MigrateFieldTest.

Class

MigrateFieldTest
Migrates Drupal 7 fields.

Namespace

Drupal\field\Tests\Migrate\d7

Code

static $modules = array(
  'comment',
  'datetime',
  'file',
  'image',
  'link',
  'node',
  'system',
  'taxonomy',
  'telephone',
  'text',
);