class BadStream in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/psr7/tests/StreamDecoratorTraitTest.php \GuzzleHttp\Tests\Psr7\BadStream
Hierarchy
- class \GuzzleHttp\Tests\Psr7\BadStream uses StreamDecoratorTrait
Expanded class hierarchy of BadStream
File
- vendor/
guzzlehttp/ psr7/ tests/ StreamDecoratorTraitTest.php, line 132
Namespace
GuzzleHttp\Tests\Psr7View source
class BadStream {
use StreamDecoratorTrait;
public function __construct() {
}
}