You are here

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

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/taxonomy/src/Tests/Migrate/d7/MigrateNodeTaxonomyTest.php, line 22
Contains \Drupal\taxonomy\Tests\Migrate\d7\MigrateNodeTaxonomyTest.

Class

MigrateNodeTaxonomyTest
@group taxonomy

Namespace

Drupal\taxonomy\Tests\Migrate\d7

Code

public static $modules = array(
  'datetime',
  'field',
  'filter',
  'image',
  'link',
  'node',
  'taxonomy',
  'telephone',
  'text',
);