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/d6/MigrateCommentTypeTest.php \Drupal\comment\Tests\Migrate\d6\MigrateCommentTypeTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/comment/src/Tests/Migrate/d6/MigrateCommentTypeTest.php, line 23
Contains \Drupal\comment\Tests\Migrate\d6\MigrateCommentTypeTest.

Class

MigrateCommentTypeTest
Upgrade comment type.

Namespace

Drupal\comment\Tests\Migrate\d6

Code

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