PHP Class DBIMysqliTest, phpmyadmin

Inheritance: extends PMATestCase
Show file Open project: phpmyadmin/phpmyadmin

Protected Properties

Property Type Description
$object

Public Methods

Method Description
testMysqliDBI ( ) : void Test for mysqli related functions, using runkit_function_redefine
testNumRows ( ) : void Test for numRows
testSelectDb ( ) : void Test for selectDb

Protected Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected method

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

tearDown() protected method

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

testMysqliDBI() public method

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

testNumRows() public method

Test for numRows
public testNumRows ( ) : void
return void

testSelectDb() public method

Test for selectDb
public testSelectDb ( ) : void
return void

Property Details

$object protected property

protected $object