PHP Класс OpenSkill\Datatable\Queries\Parser\Datatable110QueryParserTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
testArrayHasValidKeys ( )
testCanParse ( )
testCorrectParsing ( ) Will test if the query parser can parse the request params for datatable 1.10 http://datatables.net/examples/data_sources/server_side.html
testEmptySearch ( ) Will test that an empty search will not trigger a search.
testSortingOrder ( ) Will test that the sorting order from the query can be used to sort the data in the correct order.
testSortingOrder2 ( )
testWrongParsing ( ) Will test if the query parser will ignore search and order advise if the columns forbid them

Защищенные методы

Метод Описание
setUp ( ) Will set up a the parser to test

Описание методов

setUp() защищенный Метод

Will set up a the parser to test
protected setUp ( )

testArrayHasValidKeys() публичный Метод

testCanParse() публичный Метод

public testCanParse ( )

testCorrectParsing() публичный Метод

Will test if the query parser can parse the request params for datatable 1.10 http://datatables.net/examples/data_sources/server_side.html
public testCorrectParsing ( )

testEmptySearch() публичный Метод

Will test that an empty search will not trigger a search.
public testEmptySearch ( )

testSortingOrder() публичный Метод

Will test that the sorting order from the query can be used to sort the data in the correct order.
public testSortingOrder ( )

testSortingOrder2() публичный Метод

public testSortingOrder2 ( )

testWrongParsing() публичный Метод

Will test if the query parser will ignore search and order advise if the columns forbid them
public testWrongParsing ( )