You are here

static property MigrateShortcutSetUsersTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/shortcut/src/Tests/Migrate/d7/MigrateShortcutSetUsersTest.php \Drupal\shortcut\Tests\Migrate\d7\MigrateShortcutSetUsersTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/shortcut/src/Tests/Migrate/d7/MigrateShortcutSetUsersTest.php, line 25
Contains \Drupal\shortcut\Tests\Migrate\d7\MigrateShortcutSetUsersTest.

Class

MigrateShortcutSetUsersTest
Test shortcut_set_users migration.

Namespace

Drupal\shortcut\Tests\Migrate\d7

Code

static $modules = array(
  'link',
  'field',
  'shortcut',
  'menu_link_content',
);