protected function MigrateUserProfileEntityDisplayTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/user/src/Tests/Migrate/MigrateUserProfileEntityDisplayTest.php \Drupal\user\Tests\Migrate\MigrateUserProfileEntityDisplayTest::setUp()
Performs setup tasks before each individual test method is run.
Overrides MigrateDrupal6TestBase::setUp
File
- core/
modules/ user/ src/ Tests/ Migrate/ MigrateUserProfileEntityDisplayTest.php, line 23 - Contains \Drupal\user\Tests\Migrate\MigrateUserProfileEntityDisplayTest.
Class
- MigrateUserProfileEntityDisplayTest
- Tests the user profile entity display migration.
Namespace
Drupal\user\Tests\MigrateCode
protected function setUp() {
parent::setUp();
$this
->executeMigrations([
'user_profile_field',
'user_profile_field_instance',
'user_profile_entity_display',
]);
}