Ejemplo n.º 1
0
 public function testAcceptEncodingGetFieldValueReturnsProperValue()
 {
     $this->markTestIncomplete('AcceptEncoding needs to be completed');
     $acceptEncodingHeader = new AcceptEncoding();
     $this->assertEquals('xxx', $acceptEncodingHeader->getFieldValue());
 }