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

Commit

Permalink
Just to make sure there is no fallback to Host
Browse files Browse the repository at this point in the history
  • Loading branch information
boesing committed Nov 12, 2019
1 parent f5559e2 commit c759917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functions/MarshalUriFromSapiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function returnsUrlWithCorrectSchemeAndHostFromArrays() : array
[
'SERVER_NAME' => 'localhost',
],
['X-Forwarded-Host' => 'example.org'],
['X-Forwarded-Host' => 'example.org', 'Host' => 'localhost'],
],
];
}
Expand Down

0 comments on commit c759917

Please sign in to comment.