You are here

protected function MigrateUserProfileEntityFormDisplayTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Tests/Migrate/MigrateUserProfileEntityFormDisplayTest.php \Drupal\user\Tests\Migrate\MigrateUserProfileEntityFormDisplayTest::setUp()

Performs setup tasks before each individual test method is run.

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/user/src/Tests/Migrate/MigrateUserProfileEntityFormDisplayTest.php, line 23
Contains \Drupal\user\Tests\Migrate\MigrateUserProfileEntityFormDisplayTest.

Class

MigrateUserProfileEntityFormDisplayTest
Tests the user profile entity form display migration.

Namespace

Drupal\user\Tests\Migrate

Code

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