You are here

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

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/comment/src/Tests/Migrate/d7/MigrateCommentEntityFormDisplayTest.php, line 20
Contains \Drupal\comment\Tests\Migrate\d7\MigrateCommentEntityFormDisplayTest.

Class

MigrateCommentEntityFormDisplayTest
Tests migration of comment form display configuration.

Namespace

Drupal\comment\Tests\Migrate\d7

Code

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