Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit c759917

Browse files
committed
Just to make sure there is no fallback to Host
1 parent f5559e2 commit c759917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functions/MarshalUriFromSapiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function returnsUrlWithCorrectSchemeAndHostFromArrays() : array
102102
[
103103
'SERVER_NAME' => 'localhost',
104104
],
105-
['X-Forwarded-Host' => 'example.org'],
105+
['X-Forwarded-Host' => 'example.org', 'Host' => 'localhost'],
106106
],
107107
];
108108
}

0 commit comments

Comments
 (0)