PHP Class FunctionalTest

Inheritance: extends TestCase
Mostrar archivo Open project: clue/redis-react Class Usage Examples

Public Methods

Method Description
setUp ( )
testClose ( )
testInvalidCommand ( )
testInvalidProtocol ( )
testInvalidServerRepliesWithDuplicateMessages ( )
testMgetIsNotInterpretedAsSubMessage ( )
testMonitorPing ( )
testMultiExecEmpty ( )
testMultiExecQueuedExecHasValues ( )
testPing ( )
testPipeline ( )
testPubSub ( )

Protected Methods

Method Description
createClient ( ) : Client
createClientResponse ( $response )
createServer ( $response )
waitFor ( StreamingClient $client )

Method Details

createClient() protected method

protected createClient ( ) : Client
return Client

createClientResponse() protected method

protected createClientResponse ( $response )

createServer() protected method

protected createServer ( $response )

setUp() public method

public setUp ( )

testClose() public method

public testClose ( )

testInvalidCommand() public method

public testInvalidCommand ( )

testInvalidProtocol() public method

public testInvalidProtocol ( )

testInvalidServerRepliesWithDuplicateMessages() public method

testMgetIsNotInterpretedAsSubMessage() public method

testMonitorPing() public method

public testMonitorPing ( )

testMultiExecEmpty() public method

public testMultiExecEmpty ( )

testMultiExecQueuedExecHasValues() public method

testPing() public method

public testPing ( )

testPipeline() public method

public testPipeline ( )

testPubSub() public method

public testPubSub ( )

waitFor() protected method

protected waitFor ( StreamingClient $client )
$client Clue\React\Redis\StreamingClient