‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\Cache\Frontend\VariableFrontendTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Cache\Frontend\VariableFrontendTest:

Public Member Functions

 insertSerializedArrayIntoLobAndRetrieveIt (array $expected, string $identifier, array $arrayToSerialize)
 

Static Public Member Functions

static insertSerializedArrayIntoLobAndRetrieveItDataProvider ()
 

Protected Attributes

array $configurationToUseInTestInstance
 

Detailed Description

Definition at line 26 of file VariableFrontendTest.php.

Member Function Documentation

◆ insertSerializedArrayIntoLobAndRetrieveIt()

TYPO3\CMS\Core\Tests\Functional\Cache\Frontend\VariableFrontendTest::insertSerializedArrayIntoLobAndRetrieveIt ( array  $expected,
string  $identifier,
array  $arrayToSerialize 
)

Definition at line 66 of file VariableFrontendTest.php.

References TYPO3\CMS\Webhooks\Message\$identifier.

◆ insertSerializedArrayIntoLobAndRetrieveItDataProvider()

static TYPO3\CMS\Core\Tests\Functional\Cache\Frontend\VariableFrontendTest::insertSerializedArrayIntoLobAndRetrieveItDataProvider ( )
static

Definition at line 41 of file VariableFrontendTest.php.

Member Data Documentation

◆ $configurationToUseInTestInstance

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

Definition at line 28 of file VariableFrontendTest.php.