PHP Class Cache\Bridge\Tests\DoctrineCacheBridgeTest

Author: Aaron Scherer ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: php-cache/cache

Public Methods

Method Description
invalidKeys ( ) : array Data provider for invalid keys.
testConstructor ( )
testContains ( )
testDelete ( )
testFetch ( )
testFetchMiss ( )
testGetCache ( )
testGetStats ( )
testInvalidKeys ( string $key, $normalizedKey )
testSave ( )

Protected Methods

Method Description
setUp ( )

Method Details

invalidKeys() public static method

Data provider for invalid keys.
public static invalidKeys ( ) : array
return array

setUp() protected method

protected setUp ( )

testConstructor() public method

public testConstructor ( )

testContains() public method

public testContains ( )

testDelete() public method

public testDelete ( )

testFetch() public method

public testFetch ( )

testFetchMiss() public method

public testFetchMiss ( )

testGetCache() public method

public testGetCache ( )

testGetStats() public method

public testGetStats ( )

testInvalidKeys() public method

public testInvalidKeys ( string $key, $normalizedKey )
$key string

testSave() public method

public testSave ( )