We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4013613 commit 51f1304Copy full SHA for 51f1304
1 file changed
tests/TestCase/Middleware/UnauthorizedHandler/RedirectHandlerTest.php
@@ -52,7 +52,7 @@ public function testHandleRedirectionWithQuery()
52
$request = ServerRequestFactory::fromGlobals(
53
[
54
'REQUEST_METHOD' => 'GET',
55
- 'PATH_INFO' => '/path',
+ 'REQUEST_URI' => '/path',
56
'QUERY_STRING' => 'key=value',
57
]
58
);
@@ -110,7 +110,7 @@ public function testHandleRedirectionIgnoreNonIdempotentMethods($method)
110
111
112
'REQUEST_METHOD' => $method,
113
114
115
116
0 commit comments