PHP Class Kraken\_Unit\Stream\AsyncStreamReaderTest

Inheritance: extends StreamSeekerTest
Show file Open project: kraken-php/framework

Public Methods

Method Description
testApiRead_ReadsDataProperly ( )

Protected Methods

Method Description
createAsyncStreamReaderMock ( resource | null $resource = null, Kraken\Loop\LoopInterface | null $loop = null ) : AsyncStreamReader

Method Details

createAsyncStreamReaderMock() protected method

protected createAsyncStreamReaderMock ( resource | null $resource = null, Kraken\Loop\LoopInterface | null $loop = null ) : AsyncStreamReader
$resource resource | null
$loop Kraken\Loop\LoopInterface | null
return Kraken\Stream\AsyncStreamReader

testApiRead_ReadsDataProperly() public method