PHP Class Neos\Cache\Tests\Unit\Backend\PdoBackendTest

Inheritance: extends Neos\Cache\Tests\BaseTestCase
Datei anzeigen Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$fixtureDB string
$fixtureFolder string

Public Methods

Method Description
findIdentifiersByTagFindsSetEntries ( )
flushByTagRemovesCacheEntriesWithSpecifiedTag ( )
flushRemovesAllCacheEntries ( )
flushRemovesOnlyOwnEntries ( )
hasReturnsFalseIfTheEntryDoesntExist ( )
itIsPossibleToOverwriteAnEntryInTheCache ( )
itIsPossibleToRemoveEntryFromCache ( )
itIsPossibleToSetAndCheckExistenceInCache ( )
itIsPossibleToSetAndGetEntry ( )
removeReturnsFalseIfTheEntryDoesntExist ( )
setRemovesTagsFromPreviousSet ( )
setThrowsExceptionIfNoFrontEndHasBeenSet ( )

Protected Methods

Method Description
setUpBackend ( ) : PdoBackend Sets up the APC backend used for testing

Method Details

findIdentifiersByTagFindsSetEntries() public method

flushByTagRemovesCacheEntriesWithSpecifiedTag() public method

flushRemovesAllCacheEntries() public method

flushRemovesOnlyOwnEntries() public method

hasReturnsFalseIfTheEntryDoesntExist() public method

itIsPossibleToOverwriteAnEntryInTheCache() public method

itIsPossibleToRemoveEntryFromCache() public method

itIsPossibleToSetAndCheckExistenceInCache() public method

itIsPossibleToSetAndGetEntry() public method

removeReturnsFalseIfTheEntryDoesntExist() public method

setRemovesTagsFromPreviousSet() public method

setThrowsExceptionIfNoFrontEndHasBeenSet() public method

setUpBackend() protected method

Sets up the APC backend used for testing
protected setUpBackend ( ) : PdoBackend
return Neos\Cache\Backend\PdoBackend

Property Details

$fixtureDB protected_oe property

protected string $fixtureDB
return string

$fixtureFolder protected_oe property

protected string $fixtureFolder
return string