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 4b00f81 commit 428734eCopy full SHA for 428734e
tests/Parsers/ResponseParserTest.php
@@ -132,7 +132,7 @@ public function it_parses_a_response_with_a_seekable_stream_and_unknown_size()
132
$stream->expects($this->once())->method('read')->with(1)->willReturn('x');
133
$stream->expects($this->once())->method('seek')->with(0);
134
135
- $parsedDocument = new Document();
+ $parsedDocument = new Document;
136
137
$documentParser = $this->createMock(DocumentParser::class);
138
$documentParser
0 commit comments