PHP Class CacheCallbackTest, cachearium

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: corollarium/cachearium

Protected Properties

Property Type Description
$backupGlobals

Public Methods

Method Description
setUpBeforeClass ( )
testCacheError ( )
testcallbackFS ( )
testcallbackMemcached ( )
testcallbackRAM ( )
teststartCallbackFS ( )
teststartCallbackMemcached ( )
teststartCallbackRAM ( )

Protected Methods

Method Description
_callback ( CacheAbstract $cache )
_startcallback ( CacheAbstract $cache )

Method Details

_callback() protected method

protected _callback ( CacheAbstract $cache )
$cache Cachearium\CacheAbstract

_startcallback() protected method

protected _startcallback ( CacheAbstract $cache )
$cache Cachearium\CacheAbstract

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

testCacheError() public method

public testCacheError ( )

testcallbackFS() public method

public testcallbackFS ( )

testcallbackMemcached() public method

testcallbackRAM() public method

public testcallbackRAM ( )

teststartCallbackFS() public method

public teststartCallbackFS ( )

teststartCallbackMemcached() public method

teststartCallbackRAM() public method

Property Details

$backupGlobals protected property

protected $backupGlobals