protected $treeData =
[];
/**
* {@inheritdoc}
*/
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',
]);
}