‪TYPO3CMS  10.4
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 ()
 
 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 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.

◆ storagePidsAreExtendedIfRecursiveSearchIsConfigured()

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

Definition at line 254 of file BackendConfigurationManagerTest.php.

References $GLOBALS.

◆ storagePidsAreExtendedIfRecursiveSearchIsConfiguredAndWithPidIncludedForNegativePid()

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

Definition at line 285 of file BackendConfigurationManagerTest.php.

References $GLOBALS.

◆ storagePidsAreNotExtendedIfRecursiveSearchIsConfiguredForZeroLevels()

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

Definition at line 336 of file BackendConfigurationManagerTest.php.

◆ storagePidsAreNotExtendedIfRecursiveSearchIsNotConfigured()

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

Definition at line 316 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 33 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 37 of file BackendConfigurationManagerTest.php.