‪TYPO3CMS  11.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 ()
 
 getControllerConfigurationReturnsEmptyArrayByDefault ()
 
 getControllerConfigurationReturnsConfigurationStoredInExtconf ()
 
 storagePidsAreNotExtendedIfRecursiveSearchIsNotConfigured ()
 
 storagePidsAreNotExtendedIfRecursiveSearchIsConfiguredForZeroLevels ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

BackendConfigurationManager MockObject AccessibleObjectInterface $backendConfigurationManager
 
TypoScriptService MockObject AccessibleObjectInterface $mockTypoScriptService
 

Detailed Description

Test case

Definition at line 29 of file BackendConfigurationManagerTest.php.

Member Function Documentation

◆ getControllerConfigurationReturnsConfigurationStoredInExtconf()

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

Definition at line 226 of file BackendConfigurationManagerTest.php.

References $GLOBALS.

◆ getControllerConfigurationReturnsEmptyArrayByDefault()

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

Definition at line 215 of file BackendConfigurationManagerTest.php.

References $GLOBALS.

◆ getCurrentPageIdReturnsPageIdFromGet()

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

Definition at line 59 of file BackendConfigurationManagerTest.php.

◆ getCurrentPageIdReturnsPageIdFromPost()

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

Definition at line 70 of file BackendConfigurationManagerTest.php.

◆ getPluginConfigurationRecursivelyMergesExtensionAndPluginConfiguration()

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

Definition at line 155 of file BackendConfigurationManagerTest.php.

◆ getPluginConfigurationReturnsEmptyArrayIfNoPluginConfigurationWasFound()

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

Definition at line 82 of file BackendConfigurationManagerTest.php.

◆ getPluginConfigurationReturnsExtensionConfiguration()

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

Definition at line 93 of file BackendConfigurationManagerTest.php.

◆ getPluginConfigurationReturnsPluginConfiguration()

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

Definition at line 124 of file BackendConfigurationManagerTest.php.

◆ setUp()

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

Sets up this testcase

Definition at line 42 of file BackendConfigurationManagerTest.php.

◆ storagePidsAreNotExtendedIfRecursiveSearchIsConfiguredForZeroLevels()

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

Definition at line 274 of file BackendConfigurationManagerTest.php.

◆ storagePidsAreNotExtendedIfRecursiveSearchIsNotConfigured()

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

Definition at line 254 of file BackendConfigurationManagerTest.php.

Member Data Documentation

◆ $backendConfigurationManager

BackendConfigurationManager MockObject AccessibleObjectInterface TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest::$backendConfigurationManager
protected

Definition at line 33 of file BackendConfigurationManagerTest.php.

◆ $mockTypoScriptService

TypoScriptService MockObject AccessibleObjectInterface TYPO3\CMS\Extbase\Tests\Unit\Configuration\BackendConfigurationManagerTest::$mockTypoScriptService
protected

Definition at line 37 of file BackendConfigurationManagerTest.php.