You are here

public static property MigrateTrackerUserTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php \Drupal\Tests\tracker\Kernel\Migrate\d7\MigrateTrackerUserTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php, line 18

Class

MigrateTrackerUserTest
Tests migration of tracker_user.

Namespace

Drupal\Tests\tracker\Kernel\Migrate\d7

Code

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