diff options
author | Wolfy-J <[email protected]> | 2020-12-15 11:30:17 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-12-15 11:30:17 +0300 |
commit | 38892b66030e085ab78096df292f5cb964830fe2 (patch) | |
tree | 8952d37055f7dea624b647d553c8093ee5bdfaab /tests | |
parent | cd5a6098b7d671c0fa980f0923f8d6d3733faf68 (diff) |
- fixing tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/Http/PSR7Worker.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/Http/PSR7Worker.php b/tests/src/Http/PSR7Worker.php index e8900bcc..f16c4847 100644 --- a/tests/src/Http/PSR7Worker.php +++ b/tests/src/Http/PSR7Worker.php @@ -132,6 +132,7 @@ class PSR7Worker $_SERVER ); + $request = $request ->withProtocolVersion(static::fetchProtocolVersion($httpRequest->protocol)) ->withCookieParams($httpRequest->cookies) |