File tree Expand file tree Collapse file tree
tests/TestCase/Middleware/UnauthorizedHandler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" phpstan" version =" 2.0.1 " installed =" 2.0.1 " location =" ./tools/phpstan" copy =" false" />
3+ <phar name =" phpstan" version =" 2.1.0 " installed =" 2.1.0 " location =" ./tools/phpstan" copy =" false" />
44 <phar name =" psalm" version =" 5.26.1" installed =" 5.26.1" location =" ./tools/psalm" copy =" false" />
55</phive >
Original file line number Diff line number Diff 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 );
@@ -110,7 +110,7 @@ public function testHandleRedirectionIgnoreNonIdempotentMethods($method)
110110 $ request = ServerRequestFactory::fromGlobals (
111111 [
112112 'REQUEST_METHOD ' => $ method ,
113- 'PATH_INFO ' => '/path ' ,
113+ 'REQUEST_URI ' => '/path ' ,
114114 'QUERY_STRING ' => 'key=value ' ,
115115 ]
116116 );
You can’t perform that action at this time.
0 commit comments