You are here

public static property MigrateCommentVariableInstanceTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableInstanceTest.php \Drupal\comment\Tests\Migrate\d6\MigrateCommentVariableInstanceTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableInstanceTest.php, line 24
Contains \Drupal\comment\Tests\Migrate\d6\MigrateCommentVariableInstanceTest.

Class

MigrateCommentVariableInstanceTest
Upgrade comment variables to field.instance.node.*.comment.yml.

Namespace

Drupal\comment\Tests\Migrate\d6

Code

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