We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e200550 commit 30b0877Copy full SHA for 30b0877
test/RequestHelperTest.php
@@ -10,12 +10,12 @@ class RequestHelperTest extends TestCase
10
{
11
public function testStringify()
12
13
- $request = new Request('http://www.example.com/test/path?query=string#fragment');
14
- $request = $request->withHeader('Host', 'www.example.com');
+ $request = new Request('http://www.example.com:8080/test/path?query=string#fragment');
+ $request = $request->withHeader('Host', 'www.example.com:8080');
15
16
$this->assertEquals(
17
"GET /test/path?query=string HTTP/1.1\n" .
18
- "Host: www.example.com\n" .
+ "Host: www.example.com:8080\n" .
19
"\n",
20
RequestHelper::stringify($request)
21
);
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments