You are here

public static property NodewordsEntitiesTest::$modules in Metatag 8

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

tests/src/Kernel/Migrate/d6/NodewordsEntitiesTest.php, line 25

Class

NodewordsEntitiesTest
Tests migration of per-entity data from Nodewords-D6.

Namespace

Drupal\Tests\metatag\Kernel\Migrate\d6

Code

public static $modules = [
  // Core modules.
  // @see testAvailableConfigEntities
  'comment',
  'datetime',
  'filter',
  'image',
  'link',
  'menu_link_content',
  'menu_ui',
  'node',
  'taxonomy',
  'telephone',
  'text',
  // Contrib modules.
  'token',
  // This module.
  'metatag',
];