‪TYPO3CMS  ‪main
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 ()
 
 enableFieldsStatementIsCorrect (array $enableColumns, bool $inverted, string $expectation)
 

Static Public Member Functions

static enableFieldsStatementIsCorrectDataProvider ()
 

Protected Attributes

const LANGUAGE_PRESETS
 
BackendUserAuthentication $backendUser
 

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)
 
 buildSiteConfiguration (int $rootPageId, string $base='')
 
 buildDefaultLanguageConfiguration (string $identifier, string $base)
 
 buildLanguageConfiguration (string $identifier, string $base, array $fallbackIdentifiers=[], string $fallbackType=null)
 
 buildErrorHandlingConfiguration (string $handler, array $codes)
 
mixed resolveLanguagePreset (string $identifier)
 
 applyInstructions (InternalRequest $request, AbstractInstruction ... $instructions)
 
 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 32 of file BackendUtilityTest.php.

Member Function Documentation

◆ enableFieldsStatementIsCorrect()

TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest::enableFieldsStatementIsCorrect ( array  $enableColumns,
bool  $inverted,
string  $expectation 
)

◆ enableFieldsStatementIsCorrectDataProvider()

static TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest::enableFieldsStatementIsCorrectDataProvider ( )
static

Definition at line 141 of file BackendUtilityTest.php.

◆ getProcessedValueForLanguage()

◆ getRecordTitleForUidLabel()

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

Definition at line 130 of file BackendUtilityTest.php.

References $GLOBALS.

◆ givenPageIdCanBeExpanded()

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

Definition at line 54 of file BackendUtilityTest.php.

◆ otherBranchesCanBeClosedWhenOpeningPage()

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

Definition at line 70 of file BackendUtilityTest.php.

◆ setUp()

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

Definition at line 43 of file BackendUtilityTest.php.

References $GLOBALS.

Member Data Documentation

◆ $backendUser

BackendUserAuthentication TYPO3\CMS\Backend\Tests\Functional\Utility\BackendUtilityTest::$backendUser
protected

Definition at line 41 of file BackendUtilityTest.php.

◆ LANGUAGE_PRESETS

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

Definition at line 35 of file BackendUtilityTest.php.