‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest:
TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait

Public Member Functions

 setUp ()
 
 givenPageIdCanBeExpanded ()
 
 otherBranchesCanBeClosedWhenOpeningPage ()
 
 getProcessedValueForLanguage ()
 
 getRecordTitleForUidLabel ()
 

Protected Attributes

const LANGUAGE_PRESETS
 

Private Member Functions

 getBackendUser ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
 writeSiteConfiguration (string $identifier, array $site=[], array $languages=[], array $errorHandling=[])
 
 mergeSiteConfiguration (string $identifier, array $overrides)
 
array buildSiteConfiguration (int $rootPageId, string $base='')
 
array buildDefaultLanguageConfiguration (string $identifier, string $base)
 
array buildLanguageConfiguration (string $identifier, string $base, array $fallbackIdentifiers=[], string $fallbackType=null)
 
array buildErrorHandlingConfiguration (string $handler, array $codes)
 
mixed resolveLanguagePreset (string $identifier)
 
InternalRequest applyInstructions (InternalRequest $request, AbstractInstruction ... $instructions)
 
AbstractInstruction mergeInstruction (AbstractInstruction $current, AbstractInstruction $other)
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
static failIfArrayIsNotEmpty (array $items)
 

Detailed Description

Definition at line 13 of file BackendUtilityTest.php.

Member Function Documentation

◆ getBackendUser()

TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest::getBackendUser ( )
private

◆ getProcessedValueForLanguage()

◆ getRecordTitleForUidLabel()

TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest::getRecordTitleForUidLabel ( )
Test:

Definition at line 118 of file BackendUtilityTest.php.

References $GLOBALS.

◆ givenPageIdCanBeExpanded()

TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest::givenPageIdCanBeExpanded ( )

◆ otherBranchesCanBeClosedWhenOpeningPage()

TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest::otherBranchesCanBeClosedWhenOpeningPage ( )

◆ setUp()

TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest::setUp ( )

Member Data Documentation

◆ LANGUAGE_PRESETS

const TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest::LANGUAGE_PRESETS
protected
Initial value:
= [
'EN' => ['id' => 0, 'title' => 'English', 'locale' => 'en_US.UTF8'],
'DK' => ['id' => 1, 'title' => 'Dansk', 'locale' => 'dk_DA.UTF8'],
'DE' => ['id' => 2, 'title' => 'German', 'locale' => 'de_DE.UTF8'],
]

Definition at line 16 of file BackendUtilityTest.php.