PHP Class Elgg\Cache\LRUCacheTest

Inheritance: extends Elgg\TestCase
Show file Open project: elgg/elgg

Public Methods

Method Description
testLeastUsedItemGetsDropped ( )
testOldestItemsGetDroppedWhenUnused ( )
testThrowExceptionOnNegativeSize ( )
testThrowExceptionOnNonIntSize ( )

Method Details

testLeastUsedItemGetsDropped() public method

testOldestItemsGetDroppedWhenUnused() public method

testThrowExceptionOnNegativeSize() public method

testThrowExceptionOnNonIntSize() public method