コード例 #1
0
ファイル: ResponseTest.php プロジェクト: rhubarbphp/rhubarb
 public function testDefaultContentTypeHeader()
 {
     $this->assertEquals($this->response->getHeaders()['Content-Type'], 'text/plain', "Content-Type header is not set to text/plain");
 }