public function LimitStreamTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/psr7/tests/LimitStreamTest.php \GuzzleHttp\Tests\Psr7\LimitStreamTest::setUp()
File
- vendor/
guzzlehttp/ psr7/ tests/ LimitStreamTest.php, line 21
Class
Namespace
GuzzleHttp\Tests\Psr7Code
public function setUp() {
$this->decorated = Psr7\stream_for(fopen(__FILE__, 'r'));
$this->body = new LimitStream($this->decorated, 10, 3);
}