You are here

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

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

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/migrate_drupal/src/Tests/dependencies/MigrateDependenciesTest.php, line 25
Contains \Drupal\migrate_drupal\Tests\dependencies\MigrateDependenciesTest.

Class

MigrateDependenciesTest
Ensure the consistency among the dependencies for migrate.

Namespace

Drupal\migrate_drupal\Tests\dependencies

Code

public static $modules = [
  'aggregator',
  'comment',
];