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 7e32b4c commit a231d2bCopy full SHA for a231d2b
1 file changed
tests/Io/HttpBodyStreamTest.php
@@ -131,7 +131,7 @@ public function testWrite()
131
public function testRead()
132
{
133
$this->setExpectedException('BadMethodCallException');
134
- $this->bodyStream->read('');
+ $this->bodyStream->read(0);
135
}
136
137
public function testGetContents()
@@ -152,7 +152,7 @@ public function testIsReadable()
152
public function testSeek()
153
154
155
- $this->bodyStream->seek('');
+ $this->bodyStream->seek(0);
156
157
158
public function testRewind()
0 commit comments