Lines Matching defs:Stream
2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream;
5 use GuzzleHttp\Stream\CachingStream;
6 use GuzzleHttp\Stream\Utils;
12 * @covers GuzzleHttp\Stream\CachingStream
19 /** @var Stream */
24 $this->decorated = Stream::factory('testing');
36 $body = Stream::factory('test');
55 $a = Stream::factory('foo');
56 $d = $this->getMockBuilder('GuzzleHttp\Stream\CachingStream')
89 $decorated = Stream::factory(
134 $a = Stream::factory($s);