mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
fix php7.2 compatibility
This commit is contained in:
parent
6c7b582faf
commit
ca7bfcc8c6
@ -61,7 +61,7 @@ class HttpUtilTest extends TestCase
|
||||
new RequestMapping('/test', 'test', RequestMethod::GET),
|
||||
__FUNCTION__,
|
||||
__CLASS__,
|
||||
[],
|
||||
[]
|
||||
);
|
||||
$r = new Request();
|
||||
$r->server['request_uri'] = '/test';
|
||||
@ -71,7 +71,7 @@ class HttpUtilTest extends TestCase
|
||||
null,
|
||||
'/test',
|
||||
$node,
|
||||
$params,
|
||||
$params
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user