PHP Class Redaxscript\Tests\CacheTest

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends TestCaseAbstract
Show file Open project: redaxmedia/redaxscript

Public Methods

Method Description
providerStore ( ) : array providerStore
setUp ( ) setUp
testClear ( ) testClear
testClearInvalid ( ) testClearInvalid
testRetrieve ( ) testRetrieve
testRetrieveInvalid ( ) testRetrieveInvalid
testStore ( array $bundleArray = [], array $expectArray = [] ) testStore
testValidate ( ) testValidate

Method Details

providerStore() public method

providerStore
Since: 3.0.0
public providerStore ( ) : array
return array

setUp() public method

setUp
Since: 3.0.0
public setUp ( )

testClear() public method

testClear
Since: 3.0.0
public testClear ( )

testClearInvalid() public method

testClearInvalid
Since: 3.0.0
public testClearInvalid ( )

testRetrieve() public method

testRetrieve
Since: 3.0.0
public testRetrieve ( )

testRetrieveInvalid() public method

testRetrieveInvalid
Since: 3.0.0
public testRetrieveInvalid ( )

testStore() public method

testStore
Since: 3.0.0
public testStore ( array $bundleArray = [], array $expectArray = [] )
$bundleArray array
$expectArray array

testValidate() public method

testValidate
Since: 3.0.0
public testValidate ( )