PHP 클래스 DatabaseInterfaceTest, phpmyadmin

상속: extends PMATestCase
파일 보기 프로젝트 열기: phpmyadmin/phpmyadmin

공개 메소드들

메소드 설명
connectionParams ( ) : array Data provider for getConnectionParams test
setup ( ) : void Configures test parameters.
testGetConnectionParams ( array $server_cfg, integer $mode, array | null $server, array $expected ) : void Test for getConnectionParams
testGetDbCollation ( ) : void Test for getDbCollation
testGetServerCollation ( ) : void Test for getServerCollation
testGetSystemDatabase ( ) : void Tests for DBI::getSystemDatabase() method.
testPMAGetColumnMap ( ) : void Tests for DBI::getColumnMapFromSql() method.

메소드 상세

connectionParams() 공개 메소드

Data provider for getConnectionParams test
public connectionParams ( ) : array
리턴 array

setup() 공개 메소드

Configures test parameters.
public setup ( ) : void
리턴 void

testGetConnectionParams() 공개 메소드

Test for getConnectionParams
public testGetConnectionParams ( array $server_cfg, integer $mode, array | null $server, array $expected ) : void
$server_cfg array Server configuration
$mode integer Mode to test
$server array | null Server array to test
$expected array Expected result
리턴 void

testGetDbCollation() 공개 메소드

Test for getDbCollation
public testGetDbCollation ( ) : void
리턴 void

testGetServerCollation() 공개 메소드

Test for getServerCollation
public testGetServerCollation ( ) : void
리턴 void

testGetSystemDatabase() 공개 메소드

Tests for DBI::getSystemDatabase() method.
public testGetSystemDatabase ( ) : void
리턴 void

testPMAGetColumnMap() 공개 메소드

Tests for DBI::getColumnMapFromSql() method.
public testPMAGetColumnMap ( ) : void
리턴 void