MigrateCommentTest::$modules

Same name in this branch
  1. 10 core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php \Drupal\Tests\comment\Kernel\Migrate\d6\MigrateCommentTest::modules
Same name and namespace in other branches
  1. 9 core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php \Drupal\Tests\comment\Kernel\Migrate\d6\MigrateCommentTest::modules
  2. 9 core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php \Drupal\Tests\comment\Kernel\Migrate\d7\MigrateCommentTest::modules
  3. 8.9.x core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php \Drupal\Tests\comment\Kernel\Migrate\d6\MigrateCommentTest::modules
  4. 8.9.x core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php \Drupal\Tests\comment\Kernel\Migrate\d7\MigrateCommentTest::modules
  5. 11.x core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php \Drupal\Tests\comment\Kernel\Migrate\d6\MigrateCommentTest::modules
  6. 11.x core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php \Drupal\Tests\comment\Kernel\Migrate\d7\MigrateCommentTest::modules

Type: modules

Overrides MigrateDrupalTestBase::$modules

File

core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php, line 22

Class

MigrateCommentTest
Tests the migration of comments from Drupal 7.

Namespace

Drupal\Tests\comment\Kernel\Migrate\d7

Code

protected static $modules = [
  'comment',
  'content_translation',
  'datetime',
  'datetime_range',
  'filter',
  'image',
  'language',
  'link',
  'menu_ui',
  'node',
  'taxonomy',
  'telephone',
  'text',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.