‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest:

Public Member Functions

 setCacheCalculatesCacheTableName ()
 
 setCacheCalculatesTagsTableName ()
 
 setThrowsExceptionIfFrontendWasNotSet ()
 
 setThrowsExceptionIfDataIsNotAString ()
 
 getThrowsExceptionIfFrontendWasNotSet ()
 
 hasThrowsExceptionIfFrontendWasNotSet ()
 
 removeThrowsExceptionIfFrontendWasNotSet ()
 
 collectGarbageThrowsExceptionIfFrontendWasNotSet ()
 
 findIdentifiersByTagThrowsExceptionIfFrontendWasNotSet ()
 
 flushThrowsExceptionIfFrontendWasNotSet ()
 
 flushRemovesAllCacheEntries ()
 
 flushByTagCallsDeleteOnConnection ()
 
 flushByTagsCallsDeleteOnConnection ()
 
 flushByTagThrowsExceptionIfFrontendWasNotSet ()
 
 flushByTagsThrowsExceptionIfFrontendWasNotSet ()
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Definition at line 30 of file Typo3DatabaseBackendTest.php.

Member Function Documentation

◆ collectGarbageThrowsExceptionIfFrontendWasNotSet()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::collectGarbageThrowsExceptionIfFrontendWasNotSet ( )

Definition at line 101 of file Typo3DatabaseBackendTest.php.

◆ findIdentifiersByTagThrowsExceptionIfFrontendWasNotSet()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::findIdentifiersByTagThrowsExceptionIfFrontendWasNotSet ( )

Definition at line 110 of file Typo3DatabaseBackendTest.php.

◆ flushByTagCallsDeleteOnConnection()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::flushByTagCallsDeleteOnConnection ( )

Definition at line 155 of file Typo3DatabaseBackendTest.php.

◆ flushByTagsCallsDeleteOnConnection()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::flushByTagsCallsDeleteOnConnection ( )

Definition at line 181 of file Typo3DatabaseBackendTest.php.

◆ flushByTagsThrowsExceptionIfFrontendWasNotSet()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::flushByTagsThrowsExceptionIfFrontendWasNotSet ( )

Definition at line 217 of file Typo3DatabaseBackendTest.php.

◆ flushByTagThrowsExceptionIfFrontendWasNotSet()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::flushByTagThrowsExceptionIfFrontendWasNotSet ( )

Definition at line 208 of file Typo3DatabaseBackendTest.php.

◆ flushRemovesAllCacheEntries()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::flushRemovesAllCacheEntries ( )

Definition at line 128 of file Typo3DatabaseBackendTest.php.

◆ flushThrowsExceptionIfFrontendWasNotSet()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::flushThrowsExceptionIfFrontendWasNotSet ( )

Definition at line 119 of file Typo3DatabaseBackendTest.php.

◆ getThrowsExceptionIfFrontendWasNotSet()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::getThrowsExceptionIfFrontendWasNotSet ( )

Definition at line 74 of file Typo3DatabaseBackendTest.php.

◆ hasThrowsExceptionIfFrontendWasNotSet()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::hasThrowsExceptionIfFrontendWasNotSet ( )

Definition at line 83 of file Typo3DatabaseBackendTest.php.

◆ removeThrowsExceptionIfFrontendWasNotSet()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::removeThrowsExceptionIfFrontendWasNotSet ( )

Definition at line 92 of file Typo3DatabaseBackendTest.php.

◆ setCacheCalculatesCacheTableName()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::setCacheCalculatesCacheTableName ( )

Definition at line 35 of file Typo3DatabaseBackendTest.php.

◆ setCacheCalculatesTagsTableName()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::setCacheCalculatesTagsTableName ( )

Definition at line 44 of file Typo3DatabaseBackendTest.php.

◆ setThrowsExceptionIfDataIsNotAString()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::setThrowsExceptionIfDataIsNotAString ( )

Definition at line 63 of file Typo3DatabaseBackendTest.php.

◆ setThrowsExceptionIfFrontendWasNotSet()

TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::setThrowsExceptionIfFrontendWasNotSet ( )

Definition at line 54 of file Typo3DatabaseBackendTest.php.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Core\Tests\Unit\Cache\Backend\Typo3DatabaseBackendTest::$resetSingletonInstances = true
protected

Definition at line 32 of file Typo3DatabaseBackendTest.php.