‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\Command\CacheFlushCommandTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Command\CacheFlushCommandTest:
TYPO3\CMS\Core\Tests\Functional\Command\AbstractCommandTestCase

Public Member Functions

 cachesCanBeFlushed ()
 
 diCachesCanBeFlushed ()
 
 systemCachesCanBeFlushed ()
 
 pageCachesCanBeFlushed ()
 

Protected Attributes

array $configurationToUseInTestInstance
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\Command\AbstractCommandTestCase
 executeConsoleCommand (string $cmdline,... $args)
 

Detailed Description

Definition at line 27 of file CacheFlushCommandTest.php.

Member Function Documentation

◆ cachesCanBeFlushed()

TYPO3\CMS\Core\Tests\Functional\Command\CacheFlushCommandTest::cachesCanBeFlushed ( )

◆ diCachesCanBeFlushed()

TYPO3\CMS\Core\Tests\Functional\Command\CacheFlushCommandTest::diCachesCanBeFlushed ( )

◆ pageCachesCanBeFlushed()

TYPO3\CMS\Core\Tests\Functional\Command\CacheFlushCommandTest::pageCachesCanBeFlushed ( )

◆ systemCachesCanBeFlushed()

TYPO3\CMS\Core\Tests\Functional\Command\CacheFlushCommandTest::systemCachesCanBeFlushed ( )

Member Data Documentation

◆ $configurationToUseInTestInstance

array TYPO3\CMS\Core\Tests\Functional\Command\CacheFlushCommandTest::$configurationToUseInTestInstance
protected
Initial value:
= [
'SYS' => [
'caching' => [
'cacheConfigurations' => [
'pages' => [
'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
],
],
],
],
]

Definition at line 29 of file CacheFlushCommandTest.php.