Skip to content

Commit

Permalink
Specify return type
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Sep 22, 2012
1 parent f84c08f commit 76c67cf
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions test/classes/PMA_DBQbe_test.php
Expand Up @@ -66,6 +66,8 @@ private function _callProtectedFunction($name, $params)

/**
* Test for _getSortSelectCell
*
* @return void
*/
public function testGetSortSelectCell()
{
Expand All @@ -80,6 +82,8 @@ public function testGetSortSelectCell()

/**
* Test for _getSortRow
*
* @return void
*/
public function testGetSortRow()
{
Expand All @@ -94,6 +98,8 @@ public function testGetSortRow()

/**
* Test for _getShowRow
*
* @return void
*/
public function testGetShowRow()
{
Expand All @@ -108,6 +114,8 @@ public function testGetShowRow()

/**
* Test for _getCriteriaInputboxRow
*
* @return void
*/
public function testGetCriteriaInputboxRow()
{
Expand All @@ -122,6 +130,8 @@ public function testGetCriteriaInputboxRow()

/**
* Test for _getFootersOptions
*
* @return void
*/
public function testGetFootersOptions()
{
Expand All @@ -136,6 +146,8 @@ public function testGetFootersOptions()

/**
* Test for _getTableFooters
*
* @return void
*/
public function testGetTableFooters()
{
Expand All @@ -150,6 +162,8 @@ public function testGetTableFooters()

/**
* Test for _getAndOrColCell
*
* @return void
*/
public function testGetAndOrColCell()
{
Expand All @@ -164,6 +178,8 @@ public function testGetAndOrColCell()

/**
* Test for _getModifyColumnsRow
*
* @return void
*/
public function testGetModifyColumnsRow()
{
Expand All @@ -178,6 +194,8 @@ public function testGetModifyColumnsRow()

/**
* Test for _getInsDelAndOrCell
*
* @return void
*/
public function testGetInsDelAndOrCell()
{
Expand All @@ -193,6 +211,8 @@ public function testGetInsDelAndOrCell()

/**
* Test for _getInputboxRow
*
* @return void
*/
public function testGetInputboxRow()
{
Expand All @@ -207,6 +227,8 @@ public function testGetInputboxRow()

/**
* Test for _getInsDelAndOrCriteriaRows
*
* @return void
*/
public function testGetInsDelAndOrCriteriaRows()
{
Expand All @@ -221,6 +243,8 @@ public function testGetInsDelAndOrCriteriaRows()

/**
* Test for _getSelectClause
*
* @return void
*/
public function testGetSelectClause()
{
Expand All @@ -235,6 +259,8 @@ public function testGetSelectClause()

/**
* Test for _getWhereClause
*
* @return void
*/
public function testGetWhereClause()
{
Expand All @@ -249,6 +275,8 @@ public function testGetWhereClause()

/**
* Test for _getOrderByClause
*
* @return void
*/
public function testGetOrderByClause()
{
Expand All @@ -263,6 +291,8 @@ public function testGetOrderByClause()

/**
* Test for _getIndexes
*
* @return void
*/
public function testGetIndexes()
{
Expand All @@ -284,6 +314,8 @@ public function testGetIndexes()

/**
* Test for _getLeftJoinColumnCandidates
*
* @return void
*/
public function testGetLeftJoinColumnCandidates()
{
Expand All @@ -304,6 +336,8 @@ public function testGetLeftJoinColumnCandidates()

/**
* Test for _getMasterTable
*
* @return void
*/
public function testGetMasterTable()
{
Expand All @@ -323,6 +357,8 @@ public function testGetMasterTable()

/**
* Test for _getWhereClauseTablesAndColumns
*
* @return void
*/
public function testGetWhereClauseTablesAndColumns()
{
Expand All @@ -346,6 +382,8 @@ public function testGetWhereClauseTablesAndColumns()

/**
* Test for _getFromClause
*
* @return void
*/
public function testGetFromClause()
{
Expand All @@ -360,6 +398,8 @@ public function testGetFromClause()

/**
* Test for _getSQLQuery
*
* @return void
*/
public function testGetSQLQuery()
{
Expand Down

0 comments on commit 76c67cf

Please sign in to comment.