|
AuthenticatedRedirectTest |
tests/src/Functional/AuthenticatedRedirectTest.php |
Test authenticated redirection from 403 to configured page. |
|
BaseRedirectTest |
tests/src/Functional/BaseRedirectTest.php |
Test normal redirection from 403 to login page. |
|
ChangeAccessDeniedMessageTest |
tests/src/Functional/ChangeAccessDeniedMessageTest.php |
Test that it is possible to change the "User login access denied" message. |
|
ChangeLoginFormPathTest |
tests/src/Functional/ChangeLoginFormPathTest.php |
Test that it is possible to change the path to the user login form. |
|
ChangeMessageTypeTest |
tests/src/Functional/ChangeMessageTypeTest.php |
Test that it is possible to change the type of the "Access denied" message. |
|
DestinationParameterOverrideTest |
tests/src/Functional/DestinationParameterOverrideTest.php |
Test that it is possible to override the destination parameter. |
|
DisplayAccessDeniedMessageTest |
tests/src/Functional/DisplayAccessDeniedMessageTest.php |
Test that it is possible to change the "User login access denied" message. |
|
PreserveQueryStringTest |
tests/src/Functional/PreserveQueryStringTest.php |
Test that query string is preserved after redirection. |
|
RedirectStatusCodeTest |
tests/src/Functional/RedirectStatusCodeTest.php |
Test the behavior of the "HTTP redirect code" option. |
|
RedirectToDestinationTest |
tests/src/Functional/RedirectToDestinationTest.php |
Test the option "Redirect user to the page they tried to access after login". |
|
SkipRedirectTest |
tests/src/Functional/SkipRedirectTest.php |
Test that is well avoided to redirect for configured urls. |