/**
* {@inheritdoc}
*/
protected static $modules =
['node', 'comment', 'text', 'menu_ui'
];
/**
* {@inheritdoc}
*/
protected function setUp(): void
{ parent::
setUp();
$this->
migrateContentTypes();
$this->
migrateCommentTypes();
$this->
executeMigrations([ 'd7_comment_field',
'd7_comment_field_instance',
'd7_comment_entity_display',
]);
} /**
* Asserts various aspects of a comment component in an entity view display.
*
* @param string $id
* The entity ID.
* @param string $component_id
* The ID of the display component.
*
* @internal
*/