PHP Class packages\OpenSkill\Datatable\tests\OpenSkill\Datatable\Providers\QueryBuilderProviderTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: openskill/datatable

Public Methods

Method Description
tearDown ( )
testColumnSearch2 ( )
testDefaultOrderMulti ( )
testDefaultOrderMultiWithRegexSearch ( )
testDefaultOrderMultiWithSearch ( )
testDefaultOrderWithSearchNotImplemented ( )
testGlobalSearch ( ) Will test if a global custom search will return all results
testGlobalSearchWithIndividualColumn ( ) Will test that the global search respects individual column settings
testOrder ( )
testProcess ( )
testProcessWithNoSetup ( )

Private Methods

Method Description
orderAndSearchMultiTest ( $withSearch = false, $searchableType = null )
orderAndSearchNotImplementedTest ( $searchableType = null )
setupMockQueryBuilder ( )

Method Details

tearDown() public method

public tearDown ( )

testColumnSearch2() public method

public testColumnSearch2 ( )

testDefaultOrderMulti() public method

testDefaultOrderMultiWithRegexSearch() public method

testDefaultOrderMultiWithSearch() public method

testDefaultOrderWithSearchNotImplemented() public method

testGlobalSearch() public method

Will test if a global custom search will return all results
public testGlobalSearch ( )

testGlobalSearchWithIndividualColumn() public method

Will test that the global search respects individual column settings

testOrder() public method

public testOrder ( )

testProcess() public method

public testProcess ( )

testProcessWithNoSetup() public method