getContentType() 공개 메소드

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());
 }