getContentType() public method

public getContentType ( )
Beispiel #1
0
 /**
  * @covers Imbo\Http\Response\Formatter\JSON::getContentType
  */
 public function testReturnsCurrectContentType()
 {
     $this->assertSame('application/json', $this->formatter->getContentType());
 }