PHP 클래스 Snc\RedisBundle\Tests\DependencyInjection\Configuration\RedisDsnTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: snc/SncRedisBundle

공개 메소드들

메소드 설명
databaseValues ( ) : array
hostValues ( ) : array
isValidValues ( ) : array
parameterValues ( ) : array
passwordValues ( ) : array
portValues ( ) : array
socketValues ( ) : array
testDatabase ( string $dsn, integer $database )
testHost ( string $dsn, string $host )
testIsValid ( string $dsn, boolean $valid )
testParameterValues ( string $dsn, integer $weight, string $alias )
testPassword ( string $dsn, string $password )
testPort ( string $dsn, integer $port )
testSocket ( string $dsn, string $socket )

메소드 상세

databaseValues() 공개 정적인 메소드

public static databaseValues ( ) : array
리턴 array

hostValues() 공개 정적인 메소드

public static hostValues ( ) : array
리턴 array

isValidValues() 공개 정적인 메소드

public static isValidValues ( ) : array
리턴 array

parameterValues() 공개 정적인 메소드

public static parameterValues ( ) : array
리턴 array

passwordValues() 공개 정적인 메소드

public static passwordValues ( ) : array
리턴 array

portValues() 공개 정적인 메소드

public static portValues ( ) : array
리턴 array

socketValues() 공개 정적인 메소드

public static socketValues ( ) : array
리턴 array

testDatabase() 공개 메소드

public testDatabase ( string $dsn, integer $database )
$dsn string DSN
$database integer Database

testHost() 공개 메소드

public testHost ( string $dsn, string $host )
$dsn string DSN
$host string Host

testIsValid() 공개 메소드

public testIsValid ( string $dsn, boolean $valid )
$dsn string DSN
$valid boolean Valid

testParameterValues() 공개 메소드

public testParameterValues ( string $dsn, integer $weight, string $alias )
$dsn string DSN
$weight integer Weight
$alias string Alias

testPassword() 공개 메소드

public testPassword ( string $dsn, string $password )
$dsn string DSN
$password string Password

testPort() 공개 메소드

public testPort ( string $dsn, integer $port )
$dsn string DSN
$port integer Port

testSocket() 공개 메소드

public testSocket ( string $dsn, string $socket )
$dsn string DSN
$socket string Socket