You are here

protected static property MigrateUserProfileValuesTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

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

Class

MigrateUserProfileValuesTest
User profile values migration.

Namespace

Drupal\Tests\user\Kernel\Migrate\d6

Code

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