File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -759,14 +759,14 @@ public function testSendContinuedWithManyHeaders()
759759Set-Cookie: PHPSESSID=80pd3hlg38mvjnelpvokp9lad0; path=/
760760Content-Type: application/xml; charset=utf-8
761761Transfer-Encoding: chunked \x0d\x0a\x0d\x0a<title>Update success! config</title> " ;
762-
763762 $ request ->setOutput ($ output );
763+
764764 $ response = $ request ->get ('answer ' );
765765
766766 $ this ->assertSame ('<title>Update success! config</title> ' , $ response ->getBody ());
767767
768768 $ responseHeaderKeys = [
769- 'Cache-control ' ,
769+ 'Cache-Control ' ,
770770 'Content-Type ' ,
771771 'Server ' ,
772772 'Connection ' ,
Original file line number Diff line number Diff line change @@ -742,14 +742,14 @@ public function testSendContinuedWithManyHeaders()
742742Set-Cookie: PHPSESSID=80pd3hlg38mvjnelpvokp9lad0; path=/
743743Content-Type: application/xml; charset=utf-8
744744Transfer-Encoding: chunked \x0d\x0a\x0d\x0a<title>Update success! config</title> " ;
745-
746745 $ request ->setOutput ($ output );
746+
747747 $ response = $ request ->get ('answer ' );
748748
749749 $ this ->assertSame ('<title>Update success! config</title> ' , $ response ->getBody ());
750750
751751 $ responseHeaderKeys = [
752- 'Cache-control ' ,
752+ 'Cache-Control ' ,
753753 'Content-Type ' ,
754754 'Server ' ,
755755 'Connection ' ,
You can’t perform that action at this time.
0 commit comments