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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: openskill/datatable

Méthodes publiques

Méthode 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

Méthode Description
orderAndSearchMultiTest ( $withSearch = false, $searchableType = null )
orderAndSearchNotImplementedTest ( $searchableType = null )
setupMockQueryBuilder ( )

Method Details

tearDown() public méthode

public tearDown ( )

testColumnSearch2() public méthode

public testColumnSearch2 ( )

testDefaultOrderMulti() public méthode

testDefaultOrderMultiWithRegexSearch() public méthode

testDefaultOrderMultiWithSearch() public méthode

testDefaultOrderWithSearchNotImplemented() public méthode

testGlobalSearch() public méthode

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

testGlobalSearchWithIndividualColumn() public méthode

Will test that the global search respects individual column settings

testOrder() public méthode

public testOrder ( )

testProcess() public méthode

public testProcess ( )

testProcessWithNoSetup() public méthode