You are here

protected static property MigrateUserProfileFieldInstanceTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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

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