You are here

public static property MigrateUserProfileFieldInstanceTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTest.php, line 18

Class

MigrateUserProfileFieldInstanceTest
Tests the user profile field instance migration.

Namespace

Drupal\Tests\user\Kernel\Migrate\d6

Code

public static $modules = [
  'field',
];