You are here

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

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

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

Class

MigrateCommentTypeTest
Tests migration of comment types from Drupal 7.

Namespace

Drupal\comment\Tests\Migrate\d7

Code

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