You are here

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

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

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/comment/src/Tests/Migrate/d6/MigrateCommentTest.php, line 25
Contains \Drupal\comment\Tests\Migrate\d6\MigrateCommentTest.

Class

MigrateCommentTest
Upgrade comments.

Namespace

Drupal\comment\Tests\Migrate\d6

Code

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