Lines Matching defs:Stream
2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream;
5 use GuzzleHttp\Stream\NoSeekStream;
9 * @covers GuzzleHttp\Stream\NoSeekStream
10 * @covers GuzzleHttp\Stream\StreamDecoratorTrait
16 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
28 $s = Stream::factory('foo');
36 $s1 = Stream::factory('foo');
37 $s2 = Stream::factory('bar');