You are here

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

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/comment/src/Tests/Migrate/d7/MigrateCommentFieldTest.php, line 22
Contains \Drupal\comment\Tests\Migrate\d7\MigrateCommentFieldTest.

Class

MigrateCommentFieldTest
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',
];