/fetch/api/response/response-static-redirect.any.html| status | subtest | message |
|---|---|---|
| FAIL | Check default redirect response | assert_equals: expected "" but got "Found" |
| FAIL | Check response returned by static method redirect(), status = 301 | assert_equals: expected "" but got "Moved Permanently" |
| FAIL | Check response returned by static method redirect(), status = 302 | assert_equals: expected "" but got "Found" |
| FAIL | Check response returned by static method redirect(), status = 303 | assert_equals: expected "" but got "See Other" |
| FAIL | Check response returned by static method redirect(), status = 307 | assert_equals: expected "" but got "Temporary Redirect" |
| FAIL | Check response returned by static method redirect(), status = 308 | assert_equals: expected "" but got "Permanent Redirect" |
| PASS | Check error returned when giving invalid url to redirect() | |
| PASS | Check error returned when giving invalid status to redirect(), status = 200 | |
| PASS | Check error returned when giving invalid status to redirect(), status = 309 | |
| PASS | Check error returned when giving invalid status to redirect(), status = 400 | |
| PASS | Check error returned when giving invalid status to redirect(), status = 500 |
bundle built 2026-07-16T07:16:48.063Z