Beispiel #1
0
 /**
  * Test GetMimeType method.
  */
 public function testGetMimeType()
 {
     $exceptedMimeType = 'application/xml';
     $this->assertEquals($exceptedMimeType, $this->_restXmlRenderer->getMimeType(), 'Unexpected mime type.');
 }