‪TYPO3CMS  10.4
TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest:

Public Member Functions

 getTypoScriptSetupReturnsSetupFromTsfe ()
 
 getPluginConfigurationReturnsEmptyArrayIfNoPluginConfigurationWasFound ()
 
 getPluginConfigurationReturnsExtensionConfiguration ()
 
 getPluginConfigurationReturnsPluginConfiguration ()
 
 getPluginConfigurationRecursivelyMergesExtensionAndPluginConfiguration ()
 
 getControllerConfigurationReturnsEmptyArrayByDefault ()
 
 getControllerConfigurationReturnsConfigurationStoredInExtconf ()
 
 getContextSpecificFrameworkConfigurationCorrectlyCallsOverrideMethods ()
 
 storagePidsAreExtendedIfRecursiveSearchIsConfigured ()
 
 storagePidsAreExtendedIfRecursiveSearchIsConfiguredAndWithPidIncludedForNegativePid ()
 
 storagePidsAreNotExtendedIfRecursiveSearchIsNotConfigured ()
 
 storagePidsAreNotExtendedIfRecursiveSearchIsConfiguredForZeroLevels ()
 
 mergeConfigurationIntoFrameworkConfigurationWorksAsExpected ()
 
 overrideStoragePidIfStartingPointIsSetOverridesCorrectly ()
 
 overrideStoragePidIfStartingPointIsSetCorrectlyHandlesEmptyValuesFromGetTreeList ()
 
 overrideConfigurationFromFlexFormChecksForDataIsString ()
 
 overrideConfigurationFromFlexFormChecksForDataIsStringAndEmpty ()
 
 overrideConfigurationFromFlexFormChecksForDataIsArray ()
 
 overrideConfigurationFromFlexFormChecksForDataIsArrayAndEmpty ()
 
 overrideConfigurationFromPluginOverridesCorrectly ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

ContentObjectRenderer PHPUnit Framework MockObject MockObject $mockContentObject
 
FrontendConfigurationManager PHPUnit Framework MockObject MockObject AccessibleObjectInterface $frontendConfigurationManager
 
TypoScriptService PHPUnit Framework MockObject MockObject AccessibleObjectInterface $mockTypoScriptService
 

Detailed Description

Test case

Definition at line 30 of file FrontendConfigurationManagerTest.php.

Member Function Documentation

◆ getContextSpecificFrameworkConfigurationCorrectlyCallsOverrideMethods()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::getContextSpecificFrameworkConfigurationCorrectlyCallsOverrideMethods ( )

◆ getControllerConfigurationReturnsConfigurationStoredInExtconf()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::getControllerConfigurationReturnsConfigurationStoredInExtconf ( )
Test:

Definition at line 239 of file FrontendConfigurationManagerTest.php.

References $GLOBALS.

◆ getControllerConfigurationReturnsEmptyArrayByDefault()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::getControllerConfigurationReturnsEmptyArrayByDefault ( )
Test:

Definition at line 224 of file FrontendConfigurationManagerTest.php.

References $GLOBALS.

◆ getPluginConfigurationRecursivelyMergesExtensionAndPluginConfiguration()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::getPluginConfigurationRecursivelyMergesExtensionAndPluginConfiguration ( )
Test:

Definition at line 160 of file FrontendConfigurationManagerTest.php.

References $GLOBALS.

◆ getPluginConfigurationReturnsEmptyArrayIfNoPluginConfigurationWasFound()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::getPluginConfigurationReturnsEmptyArrayIfNoPluginConfigurationWasFound ( )
Test:

Definition at line 79 of file FrontendConfigurationManagerTest.php.

References $GLOBALS.

◆ getPluginConfigurationReturnsExtensionConfiguration()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::getPluginConfigurationReturnsExtensionConfiguration ( )
Test:

Definition at line 94 of file FrontendConfigurationManagerTest.php.

References $GLOBALS.

◆ getPluginConfigurationReturnsPluginConfiguration()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::getPluginConfigurationReturnsPluginConfiguration ( )
Test:

Definition at line 125 of file FrontendConfigurationManagerTest.php.

References $GLOBALS.

◆ getTypoScriptSetupReturnsSetupFromTsfe()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::getTypoScriptSetupReturnsSetupFromTsfe ( )
Test:

Definition at line 70 of file FrontendConfigurationManagerTest.php.

References $GLOBALS.

◆ mergeConfigurationIntoFrameworkConfigurationWorksAsExpected()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::mergeConfigurationIntoFrameworkConfigurationWorksAsExpected ( )
Test:

Definition at line 429 of file FrontendConfigurationManagerTest.php.

◆ overrideConfigurationFromFlexFormChecksForDataIsArray()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::overrideConfigurationFromFlexFormChecksForDataIsArray ( )
Test:

Definition at line 534 of file FrontendConfigurationManagerTest.php.

◆ overrideConfigurationFromFlexFormChecksForDataIsArrayAndEmpty()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::overrideConfigurationFromFlexFormChecksForDataIsArrayAndEmpty ( )
Test:

Definition at line 555 of file FrontendConfigurationManagerTest.php.

◆ overrideConfigurationFromFlexFormChecksForDataIsString()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::overrideConfigurationFromFlexFormChecksForDataIsString ( )
Test:

Definition at line 488 of file FrontendConfigurationManagerTest.php.

◆ overrideConfigurationFromFlexFormChecksForDataIsStringAndEmpty()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::overrideConfigurationFromFlexFormChecksForDataIsStringAndEmpty ( )
Test:

Definition at line 513 of file FrontendConfigurationManagerTest.php.

◆ overrideConfigurationFromPluginOverridesCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::overrideConfigurationFromPluginOverridesCorrectly ( )

◆ overrideStoragePidIfStartingPointIsSetCorrectlyHandlesEmptyValuesFromGetTreeList()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::overrideStoragePidIfStartingPointIsSetCorrectlyHandlesEmptyValuesFromGetTreeList ( )
Test:

Definition at line 470 of file FrontendConfigurationManagerTest.php.

◆ overrideStoragePidIfStartingPointIsSetOverridesCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::overrideStoragePidIfStartingPointIsSetOverridesCorrectly ( )
Test:

Definition at line 452 of file FrontendConfigurationManagerTest.php.

◆ setUp()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::setUp ( )
protected

Sets up this testcase

Definition at line 47 of file FrontendConfigurationManagerTest.php.

References $GLOBALS.

◆ storagePidsAreExtendedIfRecursiveSearchIsConfigured()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::storagePidsAreExtendedIfRecursiveSearchIsConfigured ( )
Test:

Definition at line 304 of file FrontendConfigurationManagerTest.php.

◆ storagePidsAreExtendedIfRecursiveSearchIsConfiguredAndWithPidIncludedForNegativePid()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::storagePidsAreExtendedIfRecursiveSearchIsConfiguredAndWithPidIncludedForNegativePid ( )
Test:

Definition at line 336 of file FrontendConfigurationManagerTest.php.

◆ storagePidsAreNotExtendedIfRecursiveSearchIsConfiguredForZeroLevels()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::storagePidsAreNotExtendedIfRecursiveSearchIsConfiguredForZeroLevels ( )
Test:

Definition at line 398 of file FrontendConfigurationManagerTest.php.

◆ storagePidsAreNotExtendedIfRecursiveSearchIsNotConfigured()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::storagePidsAreNotExtendedIfRecursiveSearchIsNotConfigured ( )
Test:

Definition at line 368 of file FrontendConfigurationManagerTest.php.

Member Data Documentation

◆ $frontendConfigurationManager

FrontendConfigurationManager PHPUnit Framework MockObject MockObject AccessibleObjectInterface TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::$frontendConfigurationManager
protected

◆ $mockContentObject

ContentObjectRenderer PHPUnit Framework MockObject MockObject TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::$mockContentObject
protected

Definition at line 34 of file FrontendConfigurationManagerTest.php.

◆ $mockTypoScriptService

TypoScriptService PHPUnit Framework MockObject MockObject AccessibleObjectInterface TYPO3\CMS\Extbase\Tests\Unit\Configuration\FrontendConfigurationManagerTest::$mockTypoScriptService
protected

Definition at line 42 of file FrontendConfigurationManagerTest.php.