This is a meta converter that will take an array and try to transform all elements in that array to the element type of the target array using an available type converter.
Inheritance: extends AbstractTypeConverter
 /**
  * @test
  */
 public function getSourceChildPropertiesToBeConvertedShouldReturnEmptyArray()
 {
     $this->assertEquals([], $this->converter->getSourceChildPropertiesToBeConverted(''));
 }