Skip to content

Commit 8b65567

Browse files
DavertMikNaktibalda
authored andcommitted
fixed Rest module amd its tests
1 parent 04e7239 commit 8b65567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/Connector/Universal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function doRequest($request)
4040
$_REQUEST = $request->getParameters();
4141

4242
$_SERVER['REQUEST_METHOD'] = strtoupper($request->getMethod());
43-
$_SERVER['REQUEST_URI'] = strtoupper($uri);
43+
$_SERVER['REQUEST_URI'] = $uri;
4444

4545
ob_start();
4646
include $this->index;

0 commit comments

Comments
 (0)