/**
* {@inheritdoc}
*/
protected function setUp(): void
{ parent::
setUp();
$this->
installEntitySchema('comment'
);
$this->
installEntitySchema('taxonomy_term'
);
$this->
installSchema('comment',
['comment_entity_statistics'
]);
$this->
installSchema('node',
['node_access'
]);
$this->
migrateContent();
$this->
executeMigrations([ 'language',
'd7_node_type',
'd7_language_content_settings',
'd7_node_translation',
'd7_comment_field',
'd7_comment_field_instance',
'd7_comment_entity_display',
'd7_comment_entity_form_display',
'd7_taxonomy_vocabulary',
'd7_field',