‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest:

Public Member Functions

 getCurrentPageIdReturnsPageIdFromGet ()
 
 getCurrentPageIdReturnsPageIdFromPost ()
 
 getPluginConfigurationReturnsEmptyArrayIfNoPluginConfigurationWasFound ()
 
 getPluginConfigurationReturnsExtensionConfiguration ()
 
 getPluginConfigurationReturnsPluginConfiguration ()
 
 getPluginConfigurationRecursivelyMergesExtensionAndPluginConfiguration ()
 
 getSwitchableControllerActionsReturnsEmptyArrayByDefault ()
 
 getSwitchableControllerActionsReturnsConfigurationStoredInExtconf ()
 
 getContextSpecificFrameworkConfigurationReturnsUnmodifiedFrameworkConfigurationIfRequestHandlersAreConfigured ()
 
 getContextSpecificFrameworkConfigurationSetsDefaultRequestHandlersIfRequestHandlersAreNotConfigured ()
 
 storagePidsAreExtendedIfRecursiveSearchIsConfigured ()
 
 storagePidsAreExtendedIfRecursiveSearchIsConfiguredAndWithPidIncludedForNegativePid ()
 
 storagePidsAreNotExtendedIfRecursiveSearchIsNotConfigured ()
 
 storagePidsAreNotExtendedIfRecursiveSearchIsConfiguredForZeroLevels ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

TYPO3 CMS Extbase Configuration BackendConfigurationManager PHPUnit_Framework_MockObject_MockObject TYPO3 TestingFramework Core AccessibleObjectInterface $backendConfigurationManager
 
TYPO3 CMS Core TypoScript TypoScriptService PHPUnit_Framework_MockObject_MockObject TYPO3 TestingFramework Core AccessibleObjectInterface $mockTypoScriptService
 

Detailed Description

Test case

Definition at line 24 of file BackendConfigurationManagerTest.php.

Member Function Documentation

◆ getContextSpecificFrameworkConfigurationReturnsUnmodifiedFrameworkConfigurationIfRequestHandlersAreConfigured()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest::getContextSpecificFrameworkConfigurationReturnsUnmodifiedFrameworkConfigurationIfRequestHandlersAreConfigured ( )
Test:

Definition at line 241 of file BackendConfigurationManagerTest.php.

◆ getContextSpecificFrameworkConfigurationSetsDefaultRequestHandlersIfRequestHandlersAreNotConfigured()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest::getContextSpecificFrameworkConfigurationSetsDefaultRequestHandlersIfRequestHandlersAreNotConfigured ( )
Test:

Definition at line 265 of file BackendConfigurationManagerTest.php.

◆ getCurrentPageIdReturnsPageIdFromGet()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest::getCurrentPageIdReturnsPageIdFromGet ( )
Test:

Definition at line 47 of file BackendConfigurationManagerTest.php.

◆ getCurrentPageIdReturnsPageIdFromPost()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest::getCurrentPageIdReturnsPageIdFromPost ( )
Test:

Definition at line 58 of file BackendConfigurationManagerTest.php.

◆ getPluginConfigurationRecursivelyMergesExtensionAndPluginConfiguration()

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

Definition at line 143 of file BackendConfigurationManagerTest.php.

◆ getPluginConfigurationReturnsEmptyArrayIfNoPluginConfigurationWasFound()

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

Definition at line 70 of file BackendConfigurationManagerTest.php.

◆ getPluginConfigurationReturnsExtensionConfiguration()

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

Definition at line 81 of file BackendConfigurationManagerTest.php.

◆ getPluginConfigurationReturnsPluginConfiguration()

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

Definition at line 112 of file BackendConfigurationManagerTest.php.

◆ getSwitchableControllerActionsReturnsConfigurationStoredInExtconf()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest::getSwitchableControllerActionsReturnsConfigurationStoredInExtconf ( )
Test:

Definition at line 213 of file BackendConfigurationManagerTest.php.

References $GLOBALS.

◆ getSwitchableControllerActionsReturnsEmptyArrayByDefault()

TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest::getSwitchableControllerActionsReturnsEmptyArrayByDefault ( )
Test:

Definition at line 202 of file BackendConfigurationManagerTest.php.

References $GLOBALS.

◆ setUp()

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

Sets up this testcase

Definition at line 37 of file BackendConfigurationManagerTest.php.

◆ storagePidsAreExtendedIfRecursiveSearchIsConfigured()

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

Definition at line 298 of file BackendConfigurationManagerTest.php.

References $GLOBALS.

◆ storagePidsAreExtendedIfRecursiveSearchIsConfiguredAndWithPidIncludedForNegativePid()

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

Definition at line 323 of file BackendConfigurationManagerTest.php.

References $GLOBALS.

◆ storagePidsAreNotExtendedIfRecursiveSearchIsConfiguredForZeroLevels()

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

Definition at line 362 of file BackendConfigurationManagerTest.php.

◆ storagePidsAreNotExtendedIfRecursiveSearchIsNotConfigured()

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

Definition at line 348 of file BackendConfigurationManagerTest.php.

Member Data Documentation

◆ $backendConfigurationManager

TYPO3 CMS Extbase Configuration BackendConfigurationManager PHPUnit_Framework_MockObject_MockObject TYPO3 TestingFramework Core AccessibleObjectInterface TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest::$backendConfigurationManager
protected

Definition at line 28 of file BackendConfigurationManagerTest.php.

◆ $mockTypoScriptService

TYPO3 CMS Core TypoScript TypoScriptService PHPUnit_Framework_MockObject_MockObject TYPO3 TestingFramework Core AccessibleObjectInterface TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest::$mockTypoScriptService
protected

Definition at line 32 of file BackendConfigurationManagerTest.php.