‪TYPO3CMS  11.5
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

 $resetSingletonInstances = true
 

Detailed Description

Test case

Definition at line 34 of file Typo3DatabaseBackendTest.php.

Member Function Documentation

◆ collectGarbageThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 131 of file Typo3DatabaseBackendTest.php.

◆ findIdentifiersByTagThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 142 of file Typo3DatabaseBackendTest.php.

◆ flushByTagCallsDeleteOnConnection()

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

Definition at line 186 of file Typo3DatabaseBackendTest.php.

◆ flushByTagsCallsDeleteOnConnection()

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

Definition at line 208 of file Typo3DatabaseBackendTest.php.

◆ flushByTagsThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 243 of file Typo3DatabaseBackendTest.php.

◆ flushByTagThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 233 of file Typo3DatabaseBackendTest.php.

◆ flushRemovesAllCacheEntries()

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

Definition at line 164 of file Typo3DatabaseBackendTest.php.

◆ flushThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 153 of file Typo3DatabaseBackendTest.php.

◆ getThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 98 of file Typo3DatabaseBackendTest.php.

◆ hasThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 109 of file Typo3DatabaseBackendTest.php.

◆ removeThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 120 of file Typo3DatabaseBackendTest.php.

◆ setCacheCalculatesCacheTableName()

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

Definition at line 42 of file Typo3DatabaseBackendTest.php.

◆ setCacheCalculatesTagsTableName()

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

Definition at line 56 of file Typo3DatabaseBackendTest.php.

◆ setThrowsExceptionIfDataIsNotAString()

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

Definition at line 81 of file Typo3DatabaseBackendTest.php.

◆ setThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 70 of file Typo3DatabaseBackendTest.php.

Member Data Documentation

◆ $resetSingletonInstances

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

Definition at line 37 of file Typo3DatabaseBackendTest.php.