You are here

protected static property MigrateTermNodeRevisionTest::$modules in Drupal 10

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

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php, line 17

Class

MigrateTermNodeRevisionTest
Upgrade taxonomy term node associations.

Namespace

Drupal\Tests\taxonomy\Kernel\Migrate\d6

Code

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