# ->getLanguages() # ->getPreferredCulture() # ->getCharsets() # ->getAcceptableContentTypes() # Failed test (./sfWebRequestTest.php at line 96) # got: array ( 0 => '*/*', ) # expected: array ( ) # Failed test (./sfWebRequestTest.php at line 104) # 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 110) # got: array ( 0 => 'a', 1 => 'b', 2 => 'c', ) # expected: array ( 0 => 'c', 1 => 'b', 2 => 'a', ) # ->getRequestFormat() ->setRequestFormat() # ->getFormat() ->setFormat() # ->getMimeType() # ->isSecure() # ->getUriPrefix() # ->getRemoteAddress() # ->getForwardedFor() # ->getMethod() # ->getScriptName() # ->getPathInfo() # Failed test (./sfWebRequestTest.php at line 306) # got: '/test/klaus2' # expected: '/' # getPathInfo # ->checkCSRFProtection() # ->getContentType() # Looks like you failed 4 tests of 71.