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