Beispiel #1
0
 public function testContentTypeCanBeSetAndRetrieved()
 {
     $this->res->setContentType(Response::JSON);
     $this->assertEquals(Response::JSON, $this->res->getContentType());
 }