protected function MigrateUserProfileFieldTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldTest.php \Drupal\Tests\user\Kernel\Migrate\d6\MigrateUserProfileFieldTest::setUp()
- 9 core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldTest.php \Drupal\Tests\user\Kernel\Migrate\d6\MigrateUserProfileFieldTest::setUp()
Overrides MigrateDrupal6TestBase::setUp
File
- core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserProfileFieldTest.php, line 18
Class
- MigrateUserProfileFieldTest
- Tests the user profile field migration.
Namespace
Drupal\Tests\user\Kernel\Migrate\d6Code
protected function setUp() : void {
parent::setUp();
$this
->executeMigration('user_profile_field');
}