---------------------------------------------------------------------------------------- RouteDowncaserTest::RedirectTrueTests: test_when_redirect_is_true_it_redirects_PATH_INFO ---------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------ RouteDowncaserTest::RedirectTrueTests: test_when_redirect_is_true_it_redirects_REQUEST_URI ------------------------------------------------------------------------------------------ -------------------------------------------------------------------------------------------------------------------------------------------- RouteDowncaserTest::RedirectTrueExcludePatternsTests: test_when_redirect_is_true_it_does_not_redirect,_if_REQUEST_URI_match_exclude_patterns -------------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------------------------ RouteDowncaserTest::RedirectTrueExcludePatternsTests: test_when_redirect_is_true_it_does_not_redirect,_if_PATH_INFO_match_exclude_patterns ------------------------------------------------------------------------------------------------------------------------------------------ --------------------------------------------------------------------------------------------- RouteDowncaserTest::ExcludePatternsTests: test_the_call_environment_should_always_be_returned --------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------- RouteDowncaserTest::ExcludePatternsTests: test_when_REQUEST_URI_is_found_in_exclude_patterns,_do_nothing -------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------ RouteDowncaserTest::ExcludePatternsTests: test_when_PATH_INFO_is_found_in_exclude_patterns,_do_nothing ------------------------------------------------------------------------------------------------------ ---------------------------------------------------------------------------- RouteDowncaserTest::MultibyteTests: test_Additional_multibyte_downcase_tests ---------------------------------------------------------------------------- ------------------------------------------------------------------------------------- RouteDowncaserTest::MultibyteTests: test_Multibyte_REQUEST_URI_path-part_is_downcased ------------------------------------------------------------------------------------- ------------------------------------------------------------------------- RouteDowncaserTest::MultibyteTests: test_Multibyte_PATH_INFO_is_downcased ------------------------------------------------------------------------- ------------------------------------------------------------------------------------- RouteMiddlewareTest: test_Only_GET_requests_should_be_redirected,_POST_should_rewrite ------------------------------------------------------------------------------------- Started POST "/HELLO/WORLD" for 127.0.0.1 at 2017-05-27 20:48:14 +0200 Processing by HelloController#world as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 12ms (Views: 4.7ms) ----------------------------------------------------- RouteMiddlewareTest: test_Assets_are_served_correctly ----------------------------------------------------- Started GET "/assets/application.js" for 127.0.0.1 at 2017-05-27 20:48:15 +0200 ------------------------------------------------------------- RouteMiddlewareTest: test_Middleware_is_installed_and_working ------------------------------------------------------------- Started GET "/HELLO/WORLD" for 127.0.0.1 at 2017-05-27 20:48:15 +0200 Processing by HelloController#world as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.3ms) ----------------------------------------------------- RouteMiddlewareTest: test_Redirect_instead_of_rewrite ----------------------------------------------------- Started GET "/HELLO/WORLD" for 127.0.0.1 at 2017-05-27 20:48:15 +0200 ----------------------------------------------------------- RouteMiddlewareTest: test_Input_and_output_env_are_the_same ----------------------------------------------------------- ------------------------------------------------------------------ RouteDowncaserTest::BasicTests: test_entire_PATH_INFO_is_downcased ------------------------------------------------------------------ ----------------------------------------------------------------------------------- RouteDowncaserTest::BasicTests: test_the_call_environment_should_always_be_returned ----------------------------------------------------------------------------------- --------------------------------------------------------------------------------------- RouteDowncaserTest::BasicTests: test_REQUEST_URI_querystring_parameters_are_not_touched --------------------------------------------------------------------------------------- ----------------------------------------------------------------------- RouteDowncaserTest::BasicTests: test_REQUEST_URI_path-part_is_downcased -----------------------------------------------------------------------