‪TYPO3CMS  9.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 31 of file Typo3DatabaseBackendTest.php.

Member Function Documentation

◆ collectGarbageThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 127 of file Typo3DatabaseBackendTest.php.

◆ findIdentifiersByTagThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 138 of file Typo3DatabaseBackendTest.php.

◆ flushByTagCallsDeleteOnConnection()

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

Definition at line 182 of file Typo3DatabaseBackendTest.php.

◆ flushByTagsCallsDeleteOnConnection()

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

Definition at line 204 of file Typo3DatabaseBackendTest.php.

◆ flushByTagsThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 239 of file Typo3DatabaseBackendTest.php.

◆ flushByTagThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 229 of file Typo3DatabaseBackendTest.php.

◆ flushRemovesAllCacheEntries()

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

Definition at line 160 of file Typo3DatabaseBackendTest.php.

◆ flushThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 149 of file Typo3DatabaseBackendTest.php.

◆ getThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 94 of file Typo3DatabaseBackendTest.php.

◆ hasThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 105 of file Typo3DatabaseBackendTest.php.

◆ removeThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 116 of file Typo3DatabaseBackendTest.php.

◆ setCacheCalculatesCacheTableName()

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

Definition at line 38 of file Typo3DatabaseBackendTest.php.

◆ setCacheCalculatesTagsTableName()

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

Definition at line 52 of file Typo3DatabaseBackendTest.php.

◆ setThrowsExceptionIfDataIsNotAString()

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

Definition at line 77 of file Typo3DatabaseBackendTest.php.

◆ setThrowsExceptionIfFrontendWasNotSet()

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

Definition at line 66 of file Typo3DatabaseBackendTest.php.

Member Data Documentation

◆ $resetSingletonInstances

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

Definition at line 33 of file Typo3DatabaseBackendTest.php.