getContentType() public method

public getContentType ( )
Esempio n. 1
0
 /**
  * @covers Imbo\Http\Response\Formatter\XML::getContentType
  */
 public function testReturnsCurrectContentType()
 {
     $this->assertSame('application/xml', $this->formatter->getContentType());
 }