1..21 # ->convertUrlStringToParameters() ok 1 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (module/action) ok 2 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (module/action?id=12) ok 3 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (module/action?id=12&) ok 4 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (module/action?id=12&test=4&toto=9) ok 5 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (module/action?id=12&test=4&5&6&7&&toto=9) ok 6 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (module/action?test=value1&value2&toto=9) ok 7 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (module/action?test=value1&value2) ok 8 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (module/action?test=value1=value2&toto=9) ok 9 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (module/action?test=value1=value2) ok 10 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (module/action?test=4&5&6&7&&toto=9&id=) ok 11 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (@test?test=4) ok 12 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (@test) ok 13 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (@test?id=12&foo=bar) ok 14 - ->convertUrlStringToParameters() converts a symfony internal URI to an array of parameters (@test?id=foo%26bar&foo=bar%3Dfoo) ok 15 - ->convertUrlStringToParameters() throw a sfParseException if it cannot parse the query string # ->redirect() not ok 16 - ->redirect() adds a refresh meta in the content # Failed test (./sfWebControllerTest.php at line 175) # '' # doesn't match '~http\://localhost/index.php/\?module=module&action=action&id=1#photos~' not ok 17 - ->redirect() adds a Location HTTP header # Failed test (./sfWebControllerTest.php at line 176) # 'https://localhost/index.php/?module=module&action=action&id=1#photos' # doesn't match '~http\://localhost/index.php/\?module=module&action=action&id=1#photos~' ok 18 - ->redirect() throw an InvalidArgumentException when the url argument is null ok 19 - ->redirect() throw an InvalidArgumentException when the url argument is an empty string # ->genUrl() ok 20 - ->genUrl() accepts a string or an array as its first argument ok 21 - ->genUrl() accepts an empty string # Looks like you failed 2 tests of 21.