function MigrateUserConfigsTranslationTest::setUp
Overrides MigrateDrupal6TestBase::setUp
File
- 
              core/
modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserConfigsTranslationTest.php, line 33  
Class
- MigrateUserConfigsTranslationTest
 - Upgrade i18n variables to user.*.yml.
 
Namespace
Drupal\Tests\config_translation\Kernel\Migrate\d6Code
protected function setUp() : void {
  parent::setUp();
  $this->installSchema('locale', [
    'locales_source',
    'locales_target',
    'locales_location',
  ]);
  $this->executeMigrations([
    'language',
    'd6_user_mail',
    'd6_user_settings',
    'd6_user_mail_translation',
    'd6_user_settings_translation',
  ]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.