PHP Class Webmozart\KeyValueStore\Tests\Decorator\SortableDecoratorTest

Since: 1.0
Author: Bernhard Schussek ([email protected])
Author: Titouan Galopin ([email protected])
Inheritance: extends AbstractDecoratorTest
Show file Open project: webmozart/key-value-store

Public Methods

Method Description
testSortCaseInsensitiveStringKeys ( )
testSortNaturalStringKeys ( )
testSortNumericIntegerKeys ( )
testSortRegularIntegerKeys ( )
testSortRegularStringKeys ( )
testSortStringStringKeys ( )

Protected Methods

Method Description
createDecorator ( Webmozart\KeyValueStore\Api\KeyValueStore $innerStore )

Method Details

createDecorator() protected method

protected createDecorator ( Webmozart\KeyValueStore\Api\KeyValueStore $innerStore )
$innerStore Webmozart\KeyValueStore\Api\KeyValueStore

testSortCaseInsensitiveStringKeys() public method

testSortNaturalStringKeys() public method

testSortNumericIntegerKeys() public method

testSortRegularIntegerKeys() public method

testSortRegularStringKeys() public method

testSortStringStringKeys() public method