PHP Class ImboUnitTest\EventListener\MetadataCacheTest

Inheritance: extends ImboUnitTest\EventListener\ListenerTests
Show file Open project: imbo/imbo

Public Methods

Method Description
setUp ( ) Set up the listener
tearDown ( ) Tear down the listener
testCanDeleteContentFromCache ( )
testDeletesInvalidCachedData ( )
testDoesNotStoreDataInCacheWhenResponseCodeIsNot200 ( )
testStoresDataInCacheWhenResponseCodeIs200 ( )
testStoresDataInCacheWhenResponseCodeIs200AndHasNoModel ( )
testUpdatesResponseOnCacheHit ( )

Protected Methods

Method Description
getListener ( )

Method Details

getListener() protected method

protected getListener ( )

setUp() public method

Set up the listener
public setUp ( )

tearDown() public method

Tear down the listener
public tearDown ( )

testCanDeleteContentFromCache() public method

testDeletesInvalidCachedData() public method

testDoesNotStoreDataInCacheWhenResponseCodeIsNot200() public method

testStoresDataInCacheWhenResponseCodeIs200() public method

testStoresDataInCacheWhenResponseCodeIs200AndHasNoModel() public method

testUpdatesResponseOnCacheHit() public method