/**
* {@inheritdoc}
*
* @covers ::__construct
*/
protected function setUp(): void
{ parent::
setUp();
$this->entityTypeId = 'test_entity_type';
$entity_type =
new ConfigEntityType([ 'id' =>
$this->entityTypeId,
'class' =>
get_class($this->
getMockEntity()),
'provider' => 'the_provider',
'config_prefix' => 'the_config_prefix',
'entity_keys' =>
[ 'id' => 'id',
'uuid' => 'uuid',
'langcode' => 'langcode',
],
'config_export' =>
[ 'id',
],