PHP 클래스 DBIMysqliTest, phpmyadmin

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

보호된 프로퍼티들

프로퍼티 타입 설명
$object

공개 메소드들

메소드 설명
testMysqliDBI ( ) : void Test for mysqli related functions, using runkit_function_redefine
testNumRows ( ) : void Test for numRows
testSelectDb ( ) : void Test for selectDb

보호된 메소드들

메소드 설명
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

메소드 상세

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( ) : void
리턴 void

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( ) : void
리턴 void

testMysqliDBI() 공개 메소드

Test for mysqli related functions, using runkit_function_redefine
public testMysqliDBI ( ) : void
리턴 void

testNumRows() 공개 메소드

Test for numRows
public testNumRows ( ) : void
리턴 void

testSelectDb() 공개 메소드

Test for selectDb
public testSelectDb ( ) : void
리턴 void

프로퍼티 상세

$object 보호되어 있는 프로퍼티

protected $object