PHP Class DbQbeTest, phpmyadmin

@package PhpMyAdmin-test
Inheritance: extends PMATestCase
Show file Open project: phpmyadmin/phpmyadmin

Protected Properties

Property Type Description
$object

Public Methods

Method Description
testGetAndOrColCell ( ) : void Test for _getAndOrColCell
testGetCriteriaInputboxRow ( ) : void Test for _getCriteriaInputboxRow
testGetFootersOptions ( ) : void Test for _getFootersOptions
testGetFromClause ( ) : void Test for _getFromClause
testGetIndexes ( ) : void Test for _getIndexes
testGetInputboxRow ( ) : void Test for _getInputboxRow
testGetInsDelAndOrCell ( ) : void Test for _getInsDelAndOrCell
testGetInsDelAndOrCriteriaRows ( ) : void Test for _getInsDelAndOrCriteriaRows
testGetLeftJoinColumnCandidates ( ) : void Test for _getLeftJoinColumnCandidates
testGetMasterTable ( ) : void Test for _getMasterTable
testGetModifyColumnsRow ( ) : void Test for _getModifyColumnsRow
testGetOrderByClause ( ) : void Test for _getOrderByClause
testGetSQLQuery ( ) : void Test for _getSQLQuery
testGetSelectClause ( ) : void Test for _getSelectClause
testGetShowRow ( ) : void Test for _getShowRow
testGetSortRow ( ) : void Test for _getSortRow
testGetSortSelectCell ( ) : void Test for _getSortSelectCell
testGetTableFooters ( ) : void Test for _getTableFooters
testGetWhereClause ( ) : void Test for _getWhereClause
testGetWhereClauseTablesAndColumns ( ) : void Test for _getWhereClauseTablesAndColumns

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.

Private Methods

Method Description
_callProtectedFunction ( string $name, array $params ) : the Call protected functions by setting visibility to public.

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

testGetAndOrColCell() public method

Test for _getAndOrColCell
public testGetAndOrColCell ( ) : void
return void

testGetCriteriaInputboxRow() public method

Test for _getCriteriaInputboxRow
public testGetCriteriaInputboxRow ( ) : void
return void

testGetFootersOptions() public method

Test for _getFootersOptions
public testGetFootersOptions ( ) : void
return void

testGetFromClause() public method

Test for _getFromClause
public testGetFromClause ( ) : void
return void

testGetIndexes() public method

Test for _getIndexes
public testGetIndexes ( ) : void
return void

testGetInputboxRow() public method

Test for _getInputboxRow
public testGetInputboxRow ( ) : void
return void

testGetInsDelAndOrCell() public method

Test for _getInsDelAndOrCell
public testGetInsDelAndOrCell ( ) : void
return void

testGetInsDelAndOrCriteriaRows() public method

Test for _getInsDelAndOrCriteriaRows

testGetLeftJoinColumnCandidates() public method

Test for _getLeftJoinColumnCandidates

testGetMasterTable() public method

Test for _getMasterTable
public testGetMasterTable ( ) : void
return void

testGetModifyColumnsRow() public method

Test for _getModifyColumnsRow
public testGetModifyColumnsRow ( ) : void
return void

testGetOrderByClause() public method

Test for _getOrderByClause
public testGetOrderByClause ( ) : void
return void

testGetSQLQuery() public method

Test for _getSQLQuery
public testGetSQLQuery ( ) : void
return void

testGetSelectClause() public method

Test for _getSelectClause
public testGetSelectClause ( ) : void
return void

testGetShowRow() public method

Test for _getShowRow
public testGetShowRow ( ) : void
return void

testGetSortRow() public method

Test for _getSortRow
public testGetSortRow ( ) : void
return void

testGetSortSelectCell() public method

Test for _getSortSelectCell
public testGetSortSelectCell ( ) : void
return void

testGetTableFooters() public method

Test for _getTableFooters
public testGetTableFooters ( ) : void
return void

testGetWhereClause() public method

Test for _getWhereClause
public testGetWhereClause ( ) : void
return void

testGetWhereClauseTablesAndColumns() public method

Test for _getWhereClauseTablesAndColumns

Property Details

$object protected property

protected $object