PHP Class Xpressengine\Tests\Support\SorterTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$sorter SorterStub

Public Methods

Method Description
testReSort ( )
testSortComplex ( )
testSortOmittedKey ( )
testSortRecursionException ( )
testSortSimple ( )
testSortUsingArray ( )
testSortUsingArrayTarget ( )
testSortUsingComplexArray ( )
testSortWithKeyList ( )
testSortWithKeyListComplex ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testReSort() public method

public testReSort ( )

testSortComplex() public method

public testSortComplex ( )

testSortOmittedKey() public method

public testSortOmittedKey ( )

testSortRecursionException() public method

testSortSimple() public method

public testSortSimple ( )

testSortUsingArray() public method

public testSortUsingArray ( )

testSortUsingArrayTarget() public method

testSortUsingComplexArray() public method

testSortWithKeyList() public method

public testSortWithKeyList ( )

testSortWithKeyListComplex() public method

Property Details

$sorter protected property

protected SorterStub,Xpressengine\Tests\Support $sorter
return SorterStub