/**
  * @inheritdoc
  */
 public function getTypeOfChildProperty($targetType, $propertyName, PropertyMappingConfigurationInterface $configuration)
 {
     return $this->typedArrayConverter->getSourceChildPropertiesToBeConverted($targetType, $propertyName, $configuration);
 }
 /**
  * @test
  */
 public function getSourceChildPropertiesToBeConvertedShouldReturnEmptyArray()
 {
     $this->assertEquals([], $this->converter->getSourceChildPropertiesToBeConverted(''));
 }