diff options
author | Wolfy-J <[email protected]> | 2020-12-14 17:52:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-12-14 17:52:24 +0300 |
commit | 2ba2b5e0c6f42d480600aa666ad0840ccee12a18 (patch) | |
tree | e71da9087e74970b6276f289f38a3e955ef7d242 /tests/src/Http/PSR7Worker.php | |
parent | f6063d06d3a381036abd672dfbb799d777455fb0 (diff) |
- new http tests
Diffstat (limited to 'tests/src/Http/PSR7Worker.php')
-rw-r--r-- | tests/src/Http/PSR7Worker.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/Http/PSR7Worker.php b/tests/src/Http/PSR7Worker.php index b985d288..e8900bcc 100644 --- a/tests/src/Http/PSR7Worker.php +++ b/tests/src/Http/PSR7Worker.php @@ -70,7 +70,7 @@ class PSR7Worker return null; } - $_SERVER = $this->configureServer($httpRequest['ctx']); + $_SERVER = $this->configureServer($httpRequest); return $this->mapRequest($httpRequest, $_SERVER); } |