You are here

public static property MigrateForumTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 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

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