getContentType() public method

public getContentType ( )
示例#1
0
文件: XMLTest.php 项目: sgulseth/imbo
 /**
  * @covers Imbo\Http\Response\Formatter\XML::getContentType
  */
 public function testReturnsCurrectContentType()
 {
     $this->assertSame('application/xml', $this->formatter->getContentType());
 }