Home
last modified time | relevance | path

Searched refs:isSeekable (Results 26 – 34 of 34) sorted by path

12

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php77 $this->assertFalse($a->isSeekable());
H A DBufferStreamTest.php15 $this->assertFalse($b->isSeekable());
H A DFnStreamTest.php61 $this->assertEquals($b->isSeekable(), true);
H A DLazyOpenStreamTest.php45 $this->assertTrue($l->isSeekable());
H A DNoSeekStreamTest.php17 ->setMethods(['isSeekable', 'seek'])
20 $s->expects($this->never())->method('isSeekable');
22 $this->assertFalse($wrapped->isSeekable());
H A DNullStreamTest.php24 $this->assertTrue($b->isSeekable());
H A DPumpStreamTest.php60 $this->assertFalse($p->isSeekable());
H A DStreamDecoratorTraitTest.php70 $this->assertEquals($this->a->isSeekable(), $this->b->isSeekable());
H A DStreamTest.php26 $this->assertTrue($stream->isSeekable());
142 $this->assertFalse($stream->isSeekable());
155 $this->assertTrue($stream->isSeekable());
167 $this->assertFalse($stream->isSeekable());

12