You are here

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

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

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableDisplayBase.php, line 20
Contains \Drupal\comment\Tests\Migrate\d6\MigrateCommentVariableDisplayBase.

Class

MigrateCommentVariableDisplayBase
Base class for Drupal 6 comment variables to Drupal 8 entity display tests.

Namespace

Drupal\comment\Tests\Migrate\d6

Code

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