function MigrateTaxonomyTermTranslationTest::setUp

Overrides MigrateDrupal7TestBase::setUp

File

core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php, line 46

Class

MigrateTaxonomyTermTranslationTest
Test migration of translated taxonomy terms.

Namespace

Drupal\Tests\taxonomy\Kernel\Migrate\d7

Code

protected function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('comment');
  $this->installEntitySchema('file');
  $this->installEntitySchema('taxonomy_term');
  $this->migrateFields();
  $this->executeMigrations([
    'language',
    'd7_language_content_taxonomy_vocabulary_settings',
    'd7_taxonomy_vocabulary',
    'd7_taxonomy_term',
    'd7_entity_translation_settings',
    'd7_taxonomy_term_entity_translation',
    'd7_taxonomy_term_localized_translation',
    'd7_taxonomy_term_translation',
  ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.