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 dfc6653 commit 5af6b81Copy full SHA for 5af6b81
tests/React/Tests/HttpClient/ResponseTest.php
@@ -69,7 +69,7 @@ public function testResponse()
69
70
public function testClosedResponseCannotBeResumedOrPaused()
71
{
72
- $response = new response($this->loop, $this->stream, 'http', '1.0', '200', 'ok', array('content-type' => 'text/plain'));
+ $response = new Response($this->loop, $this->stream, 'http', '1.0', '200', 'ok', array('content-type' => 'text/plain'));
73
74
$this->stream
75
->expects($this->never())
0 commit comments