Example #1
0
 function testGetAcceptedEncodings()
 {
     $accepted_encodings = Request::getAcceptedEncodings();
     $this->assertTrue(is_array($accepted_encodings), "Gli encoding supportati non sono un array!!");
 }