TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest:
TYPO3\CMS\Core\Tests\FunctionalTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 getReturnsPreviouslySetEntry ()
 
 getReturnsPreviouslySetEntryWithNewContentIfSetWasCalledMultipleTimes ()
 
 setInsertsDataWithTagsIntoCacheTable ()
 
 setStoresCompressedContent ()
 
 getReturnsFalseIfNoCacheEntryExists ()
 
 getReturnsFalseForExpiredCacheEntry ()
 
 getReturnsNotExpiredCacheEntry ()
 
 getReturnsUnzipsNotExpiredCacheEntry ()
 
 getReturnsEmptyStringUnzipped ()
 
 hasReturnsFalseIfNoCacheEntryExists ()
 
 hasReturnsFalseForExpiredCacheEntry ()
 
 hasReturnsNotExpiredCacheEntry ()
 
 removeReturnsFalseIfNoEntryHasBeenRemoved ()
 
 removeReturnsTrueIfAnEntryHasBeenRemoved ()
 
 removeRemovesCorrectEntriesFromDatabase ()
 
 findIdentifiersByTagReturnsIdentifierTaggedWithGivenTag ()
 
 flushByTagWorksWithEmptyCacheTablesWithMysql ()
 
 flushByTagRemovesCorrectRowsFromDatabaseWithMysql ()
 
 flushByTagWorksWithEmptyCacheTablesWithNonMysql ()
 
 flushByTagRemovesCorrectRowsFromDatabaseWithNonMysql ()
 
 collectGarbageWorksWithEmptyTableWithMysql ()
 
 collectGarbageRemovesCacheEntryWithExpiredLifetimeWithMysql ()
 
 collectGarbageRemovesTagEntriesForCacheEntriesWithExpiredLifetimeWithMysql ()
 
 collectGarbageRemovesOrphanedTagEntriesFromTagsTableWithMysql ()
 
 collectGarbageWorksWithEmptyTableWithNonMysql ()
 
 collectGarbageRemovesCacheEntryWithExpiredLifetimeWithNonMysql ()
 
 collectGarbageRemovesTagEntriesForCacheEntriesWithExpiredLifetimeWithNonMysql ()
 
 collectGarbageRemovesOrphanedTagEntriesFromTagsTableWithNonMysql ()
 
 flushLeavesCacheAndTagsTableEmpty ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 setUp ()
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 getInstanceIdentifier ()
 
 getInstancePath ()
 
 getDatabaseConnection ()
 
 setUpFrontendRootPage ($pageId, array $typoScriptFiles=array())
 
 getFrontendResponse ($pageId, $languageId=0, $backendUserId=0, $workspaceId=0, $failOnFailure=TRUE)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, array $methods=array(), array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 $coreExtensionsToLoad = array()
 
 $testExtensionsToLoad = array()
 
 $pathsToLinkInTestInstance = array()
 
 $configurationToUseInTestInstance = array()
 
 $additionalFoldersToCreate = array()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Detailed Description

Test case

Definition at line 25 of file Typo3DatabaseBackendTest.php.

Member Function Documentation

◆ collectGarbageRemovesCacheEntryWithExpiredLifetimeWithMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::collectGarbageRemovesCacheEntryWithExpiredLifetimeWithMysql ( )
Test:

Definition at line 496 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ collectGarbageRemovesCacheEntryWithExpiredLifetimeWithNonMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::collectGarbageRemovesCacheEntryWithExpiredLifetimeWithNonMysql ( )
Test:

Definition at line 616 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ collectGarbageRemovesOrphanedTagEntriesFromTagsTableWithMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::collectGarbageRemovesOrphanedTagEntriesFromTagsTableWithMysql ( )
Test:

Definition at line 552 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ collectGarbageRemovesOrphanedTagEntriesFromTagsTableWithNonMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::collectGarbageRemovesOrphanedTagEntriesFromTagsTableWithNonMysql ( )
Test:

Definition at line 672 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ collectGarbageRemovesTagEntriesForCacheEntriesWithExpiredLifetimeWithMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::collectGarbageRemovesTagEntriesForCacheEntriesWithExpiredLifetimeWithMysql ( )
Test:

Definition at line 524 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ collectGarbageRemovesTagEntriesForCacheEntriesWithExpiredLifetimeWithNonMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::collectGarbageRemovesTagEntriesForCacheEntriesWithExpiredLifetimeWithNonMysql ( )
Test:

Definition at line 644 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ collectGarbageWorksWithEmptyTableWithMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::collectGarbageWorksWithEmptyTableWithMysql ( )
Test:

Definition at line 477 of file Typo3DatabaseBackendTest.php.

◆ collectGarbageWorksWithEmptyTableWithNonMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::collectGarbageWorksWithEmptyTableWithNonMysql ( )
Test:

Definition at line 597 of file Typo3DatabaseBackendTest.php.

◆ findIdentifiersByTagReturnsIdentifierTaggedWithGivenTag()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::findIdentifiersByTagReturnsIdentifierTaggedWithGivenTag ( )
Test:

Definition at line 362 of file Typo3DatabaseBackendTest.php.

◆ flushByTagRemovesCorrectRowsFromDatabaseWithMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::flushByTagRemovesCorrectRowsFromDatabaseWithMysql ( )
Test:

Definition at line 400 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ flushByTagRemovesCorrectRowsFromDatabaseWithNonMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::flushByTagRemovesCorrectRowsFromDatabaseWithNonMysql ( )
Test:

Definition at line 448 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ flushByTagWorksWithEmptyCacheTablesWithMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::flushByTagWorksWithEmptyCacheTablesWithMysql ( )
Test:

Definition at line 381 of file Typo3DatabaseBackendTest.php.

◆ flushByTagWorksWithEmptyCacheTablesWithNonMysql()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::flushByTagWorksWithEmptyCacheTablesWithNonMysql ( )
Test:

Definition at line 429 of file Typo3DatabaseBackendTest.php.

◆ flushLeavesCacheAndTagsTableEmpty()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::flushLeavesCacheAndTagsTableEmpty ( )
Test:

Definition at line 717 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ getReturnsEmptyStringUnzipped()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::getReturnsEmptyStringUnzipped ( )
Test:

Definition at line 194 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ getReturnsFalseForExpiredCacheEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::getReturnsFalseForExpiredCacheEntry ( )
Test:

Definition at line 118 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ getReturnsFalseIfNoCacheEntryExists()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::getReturnsFalseIfNoCacheEntryExists ( )
Test:

Definition at line 104 of file Typo3DatabaseBackendTest.php.

◆ getReturnsNotExpiredCacheEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::getReturnsNotExpiredCacheEntry ( )
Test:

Definition at line 142 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ getReturnsPreviouslySetEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::getReturnsPreviouslySetEntry ( )
Test:

Definition at line 31 of file Typo3DatabaseBackendTest.php.

◆ getReturnsPreviouslySetEntryWithNewContentIfSetWasCalledMultipleTimes()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::getReturnsPreviouslySetEntryWithNewContentIfSetWasCalledMultipleTimes ( )
Test:

Definition at line 46 of file Typo3DatabaseBackendTest.php.

◆ getReturnsUnzipsNotExpiredCacheEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::getReturnsUnzipsNotExpiredCacheEntry ( )
Test:

Definition at line 166 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ hasReturnsFalseForExpiredCacheEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::hasReturnsFalseForExpiredCacheEntry ( )
Test:

Definition at line 234 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ hasReturnsFalseIfNoCacheEntryExists()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::hasReturnsFalseIfNoCacheEntryExists ( )
Test:

Definition at line 220 of file Typo3DatabaseBackendTest.php.

◆ hasReturnsNotExpiredCacheEntry()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::hasReturnsNotExpiredCacheEntry ( )
Test:

Definition at line 258 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ removeRemovesCorrectEntriesFromDatabase()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::removeRemovesCorrectEntriesFromDatabase ( )
Test:

Definition at line 318 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ removeReturnsFalseIfNoEntryHasBeenRemoved()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::removeReturnsFalseIfNoEntryHasBeenRemoved ( )
Test:

Definition at line 282 of file Typo3DatabaseBackendTest.php.

◆ removeReturnsTrueIfAnEntryHasBeenRemoved()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::removeReturnsTrueIfAnEntryHasBeenRemoved ( )
Test:

Definition at line 296 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ setInsertsDataWithTagsIntoCacheTable()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::setInsertsDataWithTagsIntoCacheTable ( )
Test:

Definition at line 62 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.

◆ setStoresCompressedContent()

TYPO3\CMS\Core\Tests\Functional\Cache\Backend\Typo3DatabaseBackendTest::setStoresCompressedContent ( )
Test:

Definition at line 80 of file Typo3DatabaseBackendTest.php.

References $GLOBALS.