You are here

protected static property MigrateForumSettingsTest::$modules in Drupal 10

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

Modules to enable.

Don't alphabetize these. They're in dependency order.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php, line 21

Class

MigrateForumSettingsTest
Tests migration of Forum's variables to configuration.

Namespace

Drupal\Tests\forum\Kernel\Migrate\d7

Code

protected static $modules = [
  'comment',
  'field',
  'filter',
  'text',
  'node',
  'taxonomy',
  'forum',
];