# ->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() # Failed test (./sfWebRequestTest.php at line 144) # got: true # expected: false # ->getUriPrefix() # Failed test (./sfWebRequestTest.php at line 172) # got: 'https://symfony-project.org:80' # expected: 'http://symfony-project.org' # Failed test (./sfWebRequestTest.php at line 174) # got: 'https://symfony-project.org:80' # expected: 'http://symfony-project.org' # Failed test (./sfWebRequestTest.php at line 176) # got: 'https://symfony-project.org:8088' # expected: 'http://symfony-project.org:8088' # Failed test (./sfWebRequestTest.php at line 191) # got: 'https://symfony-project.org:8080' # expected: 'http://symfony-project.org:8080' # Failed test (./sfWebRequestTest.php at line 202) # got: 'https://symfony-project.org:8043' # expected: 'http://symfony-project.org:8080' # ->getRemoteAddress() # ->getForwardedFor() # ->getMethod() # ->getScriptName() # ->getPathInfo() # Failed test (./sfWebRequestTest.php at line 306) # got: '/test/klaus2' # expected: '/' # getPathInfo # ->checkCSRFProtection() # ->getContentType() # ->getHost() # Looks like you failed 10 tests of 72.