You are here

protected static property MigrateForumTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php \Drupal\Tests\forum\Kernel\Migrate\d6\MigrateForumTest::modules
  2. 9 core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php \Drupal\Tests\forum\Kernel\Migrate\d6\MigrateForumTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php, line 22

Class

MigrateForumTest
Tests forum migration from Drupal 6 to Drupal 8.

Namespace

Drupal\Tests\forum\Kernel\Migrate\d6

Code

protected static $modules = [
  'comment',
  'forum',
  'menu_ui',
  'taxonomy',
];