Skip to content

Commit fa4a048

Browse files
committed
test: update assertions
1 parent e90d56f commit fa4a048

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,14 +759,14 @@ public function testSendContinuedWithManyHeaders()
759759
Set-Cookie: PHPSESSID=80pd3hlg38mvjnelpvokp9lad0; path=/
760760
Content-Type: application/xml; charset=utf-8
761761
Transfer-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',

tests/system/HTTP/CURLRequestTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,14 +742,14 @@ public function testSendContinuedWithManyHeaders()
742742
Set-Cookie: PHPSESSID=80pd3hlg38mvjnelpvokp9lad0; path=/
743743
Content-Type: application/xml; charset=utf-8
744744
Transfer-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',

0 commit comments

Comments
 (0)