TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Cache\Frontend\AbstractFrontendTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, array $methods=array(), array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = array('TYPO3_LOADED_EXT')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Testcase for the abstract cache frontend

This file is a backport from FLOW3

Author
Ingo Renner ingo@.nosp@m.typo.nosp@m.3.org

Definition at line 24 of file AbstractFrontendTest.php.

Member Function Documentation

◆ collectGarbageCallsBackend()

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

Definition at line 89 of file AbstractFrontendTest.php.

References $backend.

◆ flushByTagCallsBackendIfItIsATaggableBackend()

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

Definition at line 77 of file AbstractFrontendTest.php.

References $backend.

◆ flushByTagRejectsInvalidTags()

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

Definition at line 66 of file AbstractFrontendTest.php.

References $backend.

◆ flushCallsBackend()

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

Definition at line 54 of file AbstractFrontendTest.php.

References $backend.

◆ getClassTagRendersTagWhichCanBeUsedToTagACacheEntryWithACertainClass()

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

Definition at line 100 of file AbstractFrontendTest.php.

References $backend.

◆ invalidEntryIdentifiersAreRecognizedAsInvalid()

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

Definition at line 110 of file AbstractFrontendTest.php.

References $backend.

◆ invalidTagsAreRecognizedAsInvalid()

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

Definition at line 134 of file AbstractFrontendTest.php.

References $backend.

◆ theConstructorAcceptsValidIdentifiers()

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

Definition at line 29 of file AbstractFrontendTest.php.

◆ theConstructorRejectsInvalidIdentifiers()

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

Definition at line 39 of file AbstractFrontendTest.php.

◆ validEntryIdentifiersAreRecognizedAsValid()

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

Definition at line 122 of file AbstractFrontendTest.php.

References $backend.

◆ validTagsAreRecognizedAsValid()

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

Definition at line 146 of file AbstractFrontendTest.php.

References $backend.