PHP Class FunctionalTest

Inheritance: extends TestCase
Afficher le fichier Open project: clue/redis-react Class Usage Examples

Méthodes publiques

Méthode Description
setUp ( )
testClose ( )
testInvalidCommand ( )
testInvalidProtocol ( )
testInvalidServerRepliesWithDuplicateMessages ( )
testMgetIsNotInterpretedAsSubMessage ( )
testMonitorPing ( )
testMultiExecEmpty ( )
testMultiExecQueuedExecHasValues ( )
testPing ( )
testPipeline ( )
testPubSub ( )

Méthodes protégées

Méthode Description
createClient ( ) : Client
createClientResponse ( $response )
createServer ( $response )
waitFor ( StreamingClient $client )

Method Details

createClient() protected méthode

protected createClient ( ) : Client
Résultat Client

createClientResponse() protected méthode

protected createClientResponse ( $response )

createServer() protected méthode

protected createServer ( $response )

setUp() public méthode

public setUp ( )

testClose() public méthode

public testClose ( )

testInvalidCommand() public méthode

public testInvalidCommand ( )

testInvalidProtocol() public méthode

public testInvalidProtocol ( )

testInvalidServerRepliesWithDuplicateMessages() public méthode

testMgetIsNotInterpretedAsSubMessage() public méthode

testMonitorPing() public méthode

public testMonitorPing ( )

testMultiExecEmpty() public méthode

public testMultiExecEmpty ( )

testMultiExecQueuedExecHasValues() public méthode

testPing() public méthode

public testPing ( )

testPipeline() public méthode

public testPipeline ( )

testPubSub() public méthode

public testPubSub ( )

waitFor() protected méthode

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