You are here

public static property MigrateDrupalTestBase::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate_drupal/src/Tests/MigrateDrupalTestBase.php \Drupal\migrate_drupal\Tests\MigrateDrupalTestBase::modules

Modules to enable.

Type: array

Overrides MigrateTestBase::$modules

File

core/modules/migrate_drupal/src/Tests/MigrateDrupalTestBase.php, line 24
Contains \Drupal\migrate_drupal\Tests\MigrateDrupalTestBase.

Class

MigrateDrupalTestBase
Base class for Drupal migration tests.

Namespace

Drupal\migrate_drupal\Tests

Code

public static $modules = array(
  'system',
  'user',
  'field',
  'migrate_drupal',
  'options',
  'file',
);