Beispiel #1
0
 /**
  * @covers \http\HttpResponse::getCharSet
  */
 public function testGetCharSet()
 {
     $this->object->setCharSet("UTF-8");
     $this->assertEquals($this->object->getCharSet(), "UTF-8");
 }