Ejemplo n.º 1
0
 public function testHeaders()
 {
     $this->response->addHeader('content-type', 'html');
     $this->assertArrayHasKey('content-type', $this->response->getHeaders()->all());
 }