You are here

protected function MigrateUserProfileEntityDisplayTest::setUp in Drupal 9

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

Overrides MigrateDrupal6TestBase::setUp

File

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

Class

MigrateUserProfileEntityDisplayTest
Tests the user profile entity display migration.

Namespace

Drupal\Tests\user\Kernel\Migrate\d6

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->executeMigrations([
    'user_profile_field',
    'user_profile_field_instance',
    'user_profile_entity_display',
  ]);
}