protectedfunctionsetUpEntityType(EntityTypeInterface $definition, array $base_fields = []){ // Replace the cache backend in the entity type manager so it returns
// our test entity type in addition to the existing ones.
$definitions = $this->entityTypeManager->getDefinitions(); $definitions[$definition->id()] = $definition;