Skip to content

Commit 5af6b81

Browse files
committed
typo
1 parent dfc6653 commit 5af6b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/React/Tests/HttpClient/ResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function testResponse()
6969

7070
public function testClosedResponseCannotBeResumedOrPaused()
7171
{
72-
$response = new response($this->loop, $this->stream, 'http', '1.0', '200', 'ok', array('content-type' => 'text/plain'));
72+
$response = new Response($this->loop, $this->stream, 'http', '1.0', '200', 'ok', array('content-type' => 'text/plain'));
7373

7474
$this->stream
7575
->expects($this->never())

0 commit comments

Comments
 (0)