You are here

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

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/comment/src/Tests/Migrate/d7/MigrateCommentFieldInstanceTest.php, line 23
Contains \Drupal\comment\Tests\Migrate\d7\MigrateCommentFieldInstanceTest.

Class

MigrateCommentFieldInstanceTest
Tests creation of comment reference fields for each comment type defined in Drupal 7.

Namespace

Drupal\comment\Tests\Migrate\d7

Code

public static $modules = [
  'node',
  'comment',
  'text',
];