# ->getLanguages() # ->getPreferredCulture() # ->getCharsets() # ->getAcceptableContentTypes() # Failed test (./sfWebRequestTest.php at line 68) # got: array ( 0 => '*/*', ) # expected: array ( ) # Failed test (./sfWebRequestTest.php at line 76) # got: array ( 0 => 'text/xml', 1 => 'application/xhtml+xml', 2 => 'application/xml', 3 => 'text/html', 4 => 'text/plain', 5 => '*/*', ) # expected: array ( 0 => 'text/xml', 1 => 'application/xml', 2 => 'application/xhtml+xml', 3 => 'text/html', 4 => 'text/plain', 5 => '*/*', ) # ->splitHttpAcceptHeader() # Failed test (./sfWebRequestTest.php at line 82) # got: array ( 0 => 'a', 1 => 'b', 2 => 'c', ) # expected: array ( 0 => 'c', 1 => 'b', 2 => 'a', ) # ->getRequestFormat() ->setRequestFormat() # ->getFormat() ->setFormat() # ->getMimeType() # ->getUriPrefix() # ->getRemoteAddress() # ->getForwardedFor() # methods # getScriptName # getPathInfo # getPathInfo # ->checkCSRFProtection() # ->getContentType() # Looks like you failed 3 tests of 55.