You are here

protected static property MigrateForumConfigsTest::$modules in Drupal 10

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

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php, line 20

Class

MigrateForumConfigsTest
Upgrade variables to forum.settings.yml.

Namespace

Drupal\Tests\forum\Kernel\Migrate\d6

Code

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