PHP Class CacheBasicTest, cachearium

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

Protected Properties

Property Type Description
$backupGlobals

Public Methods

Method Description
clear ( CacheAbstract $cache )
increment ( CacheAbstract $cache )
setUpBeforeClass ( )
tearDownAfterClass ( )
testClearAll ( )
testClearFS ( )
testClearMemcached ( )
testClearRAM ( )
testFactory ( )
testIncrementFS ( )
testIncrementMemcached ( )
testIncrementRAM ( )
testSetGetCleanFS ( )
testSetGetCleanMemcached ( )
testSetGetCleanRAM ( )
testdependencyFS ( )
testdependencyMemcached ( )
testdependencyRAM ( )
testgetStoreDataFS ( )
testgetStoreDataMemcached ( )
testgetStoreDataRAM ( )

Private Methods

Method Description
dependency ( CacheAbstract $cache )
getStoreData ( CacheAbstract $cache )
setGetClean ( CacheAbstract $cache )

Method Details

clear() public method

public clear ( CacheAbstract $cache )
$cache Cachearium\CacheAbstract

increment() public method

public increment ( CacheAbstract $cache )
$cache Cachearium\CacheAbstract

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

tearDownAfterClass() public static method

public static tearDownAfterClass ( )

testClearAll() public method

public testClearAll ( )

testClearFS() public method

public testClearFS ( )

testClearMemcached() public method

public testClearMemcached ( )

testClearRAM() public method

public testClearRAM ( )

testFactory() public method

public testFactory ( )

testIncrementFS() public method

public testIncrementFS ( )

testIncrementMemcached() public method

testIncrementRAM() public method

public testIncrementRAM ( )

testSetGetCleanFS() public method

public testSetGetCleanFS ( )

testSetGetCleanMemcached() public method

testSetGetCleanRAM() public method

public testSetGetCleanRAM ( )

testdependencyFS() public method

public testdependencyFS ( )

testdependencyMemcached() public method

testdependencyRAM() public method

public testdependencyRAM ( )

testgetStoreDataFS() public method

public testgetStoreDataFS ( )

testgetStoreDataMemcached() public method

testgetStoreDataRAM() public method

public testgetStoreDataRAM ( )

Property Details

$backupGlobals protected property

protected $backupGlobals