You are here

protected static property MigrateNodeSettingPromoteTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php \Drupal\Tests\node\Kernel\Migrate\d6\MigrateNodeSettingPromoteTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php, line 13

Class

MigrateNodeSettingPromoteTest
@group migrate_drupal_6

Namespace

Drupal\Tests\node\Kernel\Migrate\d6

Code

protected static $modules = [
  'node',
  'text',
  'menu_ui',
];