PHP Class Bluz\Tests\Cache\CacheTest

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

Public Methods

Method Description
prepareFileCache ( ) : Cache prepareFileCache
testCacheWithEmptyConfigurationThrowsException ( ) Cache Throws Exception for invalid configuration
testFileCache ( ) Simple Cache test for File adapter
testFileCacheFlush ( ) testFileCacheFlush
testFileCacheWithTags ( ) Cache test for File adapter with tags

Method Details

prepareFileCache() public method

prepareFileCache
public prepareFileCache ( ) : Cache
return Bluz\Cache\Cache

testCacheWithEmptyConfigurationThrowsException() public method

Cache Throws Exception for invalid configuration

testFileCache() public method

Simple Cache test for File adapter
public testFileCache ( )

testFileCacheFlush() public method

testFileCacheFlush
public testFileCacheFlush ( )

testFileCacheWithTags() public method

Cache test for File adapter with tags