Skip to content

Commit 3435b2e

Browse files
committed
Fix test
1 parent 7f79550 commit 3435b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/TestCase/Middleware/UnauthorizedHandler/RedirectHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testHandleRedirectionWithQuery()
5252
$request = ServerRequestFactory::fromGlobals(
5353
[
5454
'REQUEST_METHOD' => 'GET',
55-
'PATH_INFO' => '/path',
55+
'REQUEST_URI' => '/path',
5656
'QUERY_STRING' => 'key=value',
5757
]
5858
);

0 commit comments

Comments
 (0)