Пример #1
0
 public function testDefaultContentTypeHeader()
 {
     $this->assertEquals($this->response->getHeaders()['Content-Type'], 'text/plain', "Content-Type header is not set to text/plain");
 }