PHP Class Bluz\Tests\Grid\GridTest

Author: Anton Shevchuk
Inheritance: extends Bluz\Tests\TestCase
Show file Open project: bluzphp/framework

Public Methods

Method Description
tearDown ( ) Reset application
testCustomControllerAndModule ( ) Custom Module and Controller
testGetDefaultLimit ( )
testGetPrefix ( )
testHelperFilter ( ) Helper Filter
testHelperFirst ( ) Helper First
testHelperLast ( ) Helper Last
testHelperLimit ( ) Helper Limit
testHelperNext ( ) Helper Next
testHelperNextReturnNull ( ) Helper Next
testHelperOrder ( ) Helper Order
testHelperOrderReverseCurrentOrder ( ) Helper Order
testHelperPage ( ) Helper Page
testHelperPages ( ) Helper Pages
testHelperPrev ( ) Helper Prev
testHelperPrevReturnNull ( ) Helper Prev
testHelperReset ( ) Helper Reset
testHelperTotal ( ) Helper Total
testHelperWrongFilterColumnReturnNull ( ) Helper Filter
testHelperWrongFilterNameReturnNull ( ) Helper Filter
testOrders ( )
testProcessRequest ( ) Process Request
testWrongColumnFilterThrowException ( )
testWrongDefaultLimitThrowException ( )
testWrongFilterNameThrowException ( )
testWrongLimitThrowException ( )
testWrongOrderDirectionThrowException ( )
testWrongOrderThrowException ( )
testWrongPageThrowException ( )

Method Details

tearDown() public method

Reset application
public tearDown ( )

testCustomControllerAndModule() public method

Custom Module and Controller

testGetDefaultLimit() public method

public testGetDefaultLimit ( )

testGetPrefix() public method

public testGetPrefix ( )

testHelperFilter() public method

Helper Filter
public testHelperFilter ( )

testHelperFirst() public method

Helper First
public testHelperFirst ( )

testHelperLast() public method

Helper Last
public testHelperLast ( )

testHelperLimit() public method

Helper Limit
public testHelperLimit ( )

testHelperNext() public method

Helper Next
public testHelperNext ( )

testHelperNextReturnNull() public method

Helper Next

testHelperOrder() public method

Helper Order
public testHelperOrder ( )

testHelperOrderReverseCurrentOrder() public method

Helper Order

testHelperPage() public method

Helper Page
public testHelperPage ( )

testHelperPages() public method

Helper Pages
public testHelperPages ( )

testHelperPrev() public method

Helper Prev
public testHelperPrev ( )

testHelperPrevReturnNull() public method

Helper Prev

testHelperReset() public method

Helper Reset
public testHelperReset ( )

testHelperTotal() public method

Helper Total
public testHelperTotal ( )

testHelperWrongFilterColumnReturnNull() public method

Helper Filter

testHelperWrongFilterNameReturnNull() public method

Helper Filter

testOrders() public method

public testOrders ( )

testProcessRequest() public method

Process Request
public testProcessRequest ( )

testWrongColumnFilterThrowException() public method

testWrongDefaultLimitThrowException() public method

testWrongFilterNameThrowException() public method

testWrongLimitThrowException() public method

testWrongOrderDirectionThrowException() public method

testWrongOrderThrowException() public method

testWrongPageThrowException() public method