‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest:

Public Member Functions

 theConstructorAcceptsValidIdentifiers ()
 
 theConstructorRejectsInvalidIdentifiers ()
 
 flushCallsBackend ()
 
 flushByTagRejectsInvalidTags ()
 
 flushByTagCallsBackendIfItIsATaggableBackend ()
 
 flushByTagsCallsBackendIfItIsATaggableBackend ()
 
 collectGarbageCallsBackend ()
 
 invalidEntryIdentifiersAreRecognizedAsInvalid ()
 
 validEntryIdentifiersAreRecognizedAsValid ()
 
 invalidTagsAreRecognizedAsInvalid ()
 
 validTagsAreRecognizedAsValid ()
 

Detailed Description

Testcase for the abstract cache frontend

Definition at line 28 of file AbstractFrontendTest.php.

Member Function Documentation

◆ collectGarbageCallsBackend()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::collectGarbageCallsBackend ( )
Test:

Definition at line 148 of file AbstractFrontendTest.php.

◆ flushByTagCallsBackendIfItIsATaggableBackend()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::flushByTagCallsBackendIfItIsATaggableBackend ( )
Test:

Definition at line 110 of file AbstractFrontendTest.php.

◆ flushByTagRejectsInvalidTags()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::flushByTagRejectsInvalidTags ( )
Test:

Definition at line 92 of file AbstractFrontendTest.php.

◆ flushByTagsCallsBackendIfItIsATaggableBackend()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::flushByTagsCallsBackendIfItIsATaggableBackend ( )
Test:

Definition at line 129 of file AbstractFrontendTest.php.

◆ flushCallsBackend()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::flushCallsBackend ( )
Test:

Definition at line 73 of file AbstractFrontendTest.php.

◆ invalidEntryIdentifiersAreRecognizedAsInvalid()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::invalidEntryIdentifiersAreRecognizedAsInvalid ( )
Test:

Definition at line 167 of file AbstractFrontendTest.php.

◆ invalidTagsAreRecognizedAsInvalid()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::invalidTagsAreRecognizedAsInvalid ( )
Test:

Definition at line 199 of file AbstractFrontendTest.php.

◆ theConstructorAcceptsValidIdentifiers()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::theConstructorAcceptsValidIdentifiers ( )
Test:

Definition at line 33 of file AbstractFrontendTest.php.

◆ theConstructorRejectsInvalidIdentifiers()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::theConstructorRejectsInvalidIdentifiers ( )
Test:

Definition at line 51 of file AbstractFrontendTest.php.

◆ validEntryIdentifiersAreRecognizedAsValid()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::validEntryIdentifiersAreRecognizedAsValid ( )
Test:

Definition at line 183 of file AbstractFrontendTest.php.

◆ validTagsAreRecognizedAsValid()

TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest::validTagsAreRecognizedAsValid ( )
Test:

Definition at line 215 of file AbstractFrontendTest.php.