You are here

public function BadStream::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/psr7/tests/StreamDecoratorTraitTest.php \GuzzleHttp\Tests\Psr7\BadStream::__construct()

Parameters

StreamInterface $stream Stream to decorate:

Overrides StreamDecoratorTrait::__construct

File

vendor/guzzlehttp/psr7/tests/StreamDecoratorTraitTest.php, line 136

Class

BadStream

Namespace

GuzzleHttp\Tests\Psr7

Code

public function __construct() {
}