public function CachingStreamTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/psr7/tests/CachingStreamTest.php \GuzzleHttp\Tests\Psr7\CachingStreamTest::setUp()
File
- vendor/
guzzlehttp/ psr7/ tests/ CachingStreamTest.php, line 16
Class
Namespace
GuzzleHttp\Tests\Psr7Code
public function setUp() {
$this->decorated = Psr7\stream_for('testing');
$this->body = new CachingStream($this->decorated);
}