‪TYPO3CMS  9.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 22 of file AbstractFrontendTest.php.

Member Function Documentation

◆ collectGarbageCallsBackend()

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

Definition at line 139 of file AbstractFrontendTest.php.

◆ flushByTagCallsBackendIfItIsATaggableBackend()

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

Definition at line 101 of file AbstractFrontendTest.php.

◆ flushByTagRejectsInvalidTags()

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

Definition at line 83 of file AbstractFrontendTest.php.

◆ flushByTagsCallsBackendIfItIsATaggableBackend()

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

Definition at line 120 of file AbstractFrontendTest.php.

◆ flushCallsBackend()

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

Definition at line 65 of file AbstractFrontendTest.php.

◆ invalidEntryIdentifiersAreRecognizedAsInvalid()

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

Definition at line 157 of file AbstractFrontendTest.php.

◆ invalidTagsAreRecognizedAsInvalid()

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

Definition at line 189 of file AbstractFrontendTest.php.

◆ theConstructorAcceptsValidIdentifiers()

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

Definition at line 27 of file AbstractFrontendTest.php.

◆ theConstructorRejectsInvalidIdentifiers()

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

Definition at line 44 of file AbstractFrontendTest.php.

◆ validEntryIdentifiersAreRecognizedAsValid()

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

Definition at line 173 of file AbstractFrontendTest.php.

◆ validTagsAreRecognizedAsValid()

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

Definition at line 205 of file AbstractFrontendTest.php.