Ejemplo n.º 1
0
 public function testIsSeekableReturnsFalseForNonSeekableStream()
 {
     $stream = new Stream('http://google.com', 'rb');
     $this->assertFalse($stream->isSeekable());
 }