PHP 클래스 Jyxo\Beholder\TestCase\Redis

저자: Jaroslav Hanslík
상속: extends Jyxo\Beholder\TestCase
파일 보기 프로젝트 열기: jyxo/php

공개 메소드들

메소드 설명
__construct ( string $description, string $host, integer $port = 6379, integer $database ) Constructor.
run ( ) : Result Performs the test.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $description, string $host, integer $port = 6379, integer $database )
$description string Test description
$host string Server host
$port integer Port
$database integer Database index

run() 공개 메소드

Performs the test.
public run ( ) : Result
리턴 Jyxo\Beholder\Result