/**
  * @test
  */
 public function checkMetadata()
 {
     $this->assertEquals(['array'], $this->converter->getSupportedSourceTypes(), 'Source types do not match');
     $this->assertEquals('object', $this->converter->getSupportedTargetType(), 'Target type does not match');
     $this->assertEquals(0, $this->converter->getPriority(), 'Priority does not match');
 }