PHP Class Horde_Cache_TestBase, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Test_Case
Mostra file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$cache
$reason

Public Methods

Method Description
setUp ( )
tearDown ( )
testClear ( )
testCompress ( )
testExists ( )
testExpire ( )
testGet ( )
testOutput ( )
testReadWrite ( )
testSet ( )

Protected Methods

Method Description
_getCache ( $params = [] )

Method Details

_getCache() abstract protected method

abstract protected _getCache ( $params = [] )

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testClear() public method

public testClear ( )

testCompress() public method

public testCompress ( )

testExists() public method

public testExists ( )

testExpire() public method

public testExpire ( )

testGet() public method

public testGet ( )

testOutput() public method

public testOutput ( )

testReadWrite() public method

public testReadWrite ( )

testSet() public method

public testSet ( )

Property Details

$cache protected_oe property

protected $cache

$reason protected_oe property

protected $reason