Example #1
0
 function testGetContentCharsetWhenNotExists()
 {
     $req = new Request();
     $this->assertNull($req->getContentCharset());
 }