public function CachingStreamTest::testEnsuresValidWhence in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/psr7/tests/CachingStreamTest.php \GuzzleHttp\Tests\Psr7\CachingStreamTest::testEnsuresValidWhence()
@expectedException \InvalidArgumentException
File
- vendor/
guzzlehttp/ psr7/ tests/ CachingStreamTest.php, line 162
Class
Namespace
GuzzleHttp\Tests\Psr7Code
public function testEnsuresValidWhence() {
$this->body
->seek(10, -123456);
}