PHP 클래스 FunctionalTest

상속: extends TestCase
파일 보기 프로젝트 열기: clue/redis-react 1 사용 예제들

공개 메소드들

메소드 설명
setUp ( )
testClose ( )
testInvalidCommand ( )
testInvalidProtocol ( )
testInvalidServerRepliesWithDuplicateMessages ( )
testMgetIsNotInterpretedAsSubMessage ( )
testMonitorPing ( )
testMultiExecEmpty ( )
testMultiExecQueuedExecHasValues ( )
testPing ( )
testPipeline ( )
testPubSub ( )

보호된 메소드들

메소드 설명
createClient ( ) : Client
createClientResponse ( $response )
createServer ( $response )
waitFor ( StreamingClient $client )

메소드 상세

createClient() 보호된 메소드

protected createClient ( ) : Client
리턴 Client

createClientResponse() 보호된 메소드

protected createClientResponse ( $response )

createServer() 보호된 메소드

protected createServer ( $response )

setUp() 공개 메소드

public setUp ( )

testClose() 공개 메소드

public testClose ( )

testInvalidCommand() 공개 메소드

public testInvalidCommand ( )

testInvalidProtocol() 공개 메소드

public testInvalidProtocol ( )

testInvalidServerRepliesWithDuplicateMessages() 공개 메소드

testMgetIsNotInterpretedAsSubMessage() 공개 메소드

testMonitorPing() 공개 메소드

public testMonitorPing ( )

testMultiExecEmpty() 공개 메소드

public testMultiExecEmpty ( )

testMultiExecQueuedExecHasValues() 공개 메소드

testPing() 공개 메소드

public testPing ( )

testPipeline() 공개 메소드

public testPipeline ( )

testPubSub() 공개 메소드

public testPubSub ( )

waitFor() 보호된 메소드

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