/**
  * @test
  */
 public function checkMetadata()
 {
     $this->assertEquals(array('string', 'array'), $this->converter->getSupportedSourceTypes());
     $this->assertEquals(ImageInterface::class, $this->converter->getSupportedTargetType());
     $this->assertEquals(2, $this->converter->getPriority());
 }
 /**
  * @test
  */
 public function checkMetadata()
 {
     $this->assertEquals(array('string', 'array'), $this->converter->getSupportedSourceTypes());
     $this->assertEquals('TYPO3\\Media\\Domain\\Model\\ImageInterface', $this->converter->getSupportedTargetType());
     $this->assertEquals(2, $this->converter->getPriority());
 }