You are here

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

Same name in this branch
  1. 8 core/modules/comment/src/Tests/Migrate/d6/MigrateCommentTest.php \Drupal\comment\Tests\Migrate\d6\MigrateCommentTest::modules
  2. 8 core/modules/comment/src/Tests/Migrate/d7/MigrateCommentTest.php \Drupal\comment\Tests\Migrate\d7\MigrateCommentTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/Migrate/d7/MigrateCommentTest.php \Drupal\comment\Tests\Migrate\d7\MigrateCommentTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

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

Class

MigrateCommentTest
Tests migration of comments from Drupal 7.

Namespace

Drupal\comment\Tests\Migrate\d7

Code

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