You are here

public static property MigrateNodeSettingStickyTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

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

Class

MigrateNodeSettingStickyTest
@group migrate_drupal_6

Namespace

Drupal\Tests\node\Kernel\Migrate\d6

Code

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