‪TYPO3CMS  10.4
TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest:

Public Member Functions

 requireCacheHashValidateRelevantParametersDataProvider ()
 
 requireCacheHashValidateRelevantParameters (array $remainingArguments, bool $expected)
 

Protected Member Functions

 setUp ()
 

Protected Attributes

bool $resetSingletonInstances = true
 
PHPUnit Framework MockObject MockObject TYPO3 TestingFramework Core AccessibleObjectInterface TypoScriptFrontendController $subject
 

Detailed Description

Test case

Definition at line 34 of file TypoScriptFrontendControllerTest.php.

Member Function Documentation

◆ requireCacheHashValidateRelevantParameters()

TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest::requireCacheHashValidateRelevantParameters ( array  $remainingArguments,
bool  $expected 
)
Test:

@dataProvider requireCacheHashValidateRelevantParametersDataProvider

Parameters
array$remainingArguments
bool$expected

Definition at line 120 of file TypoScriptFrontendControllerTest.php.

References $GLOBALS.

◆ requireCacheHashValidateRelevantParametersDataProvider()

TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest::requireCacheHashValidateRelevantParametersDataProvider ( )

Definition at line 58 of file TypoScriptFrontendControllerTest.php.

◆ setUp()

TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest::setUp ( )
protected

Definition at line 44 of file TypoScriptFrontendControllerTest.php.

References $GLOBALS.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest::$resetSingletonInstances = true
protected

Reset singletons created by subject

Definition at line 38 of file TypoScriptFrontendControllerTest.php.

◆ $subject

PHPUnit Framework MockObject MockObject TYPO3 TestingFramework Core AccessibleObjectInterface TypoScriptFrontendController TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest::$subject
protected

Definition at line 42 of file TypoScriptFrontendControllerTest.php.