/**
  * @covers \jones\novaposhta\converters\XmlConverter::getContentType
  */
 public function testGetContentType()
 {
     static::assertEquals('application/xml', $this->converter->getContentType());
 }