‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest:
TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait

Public Member Functions

 createActionWithNewParentReturnsResponseForInlineChildData ()
 
 createActionWithExistingParentReturnsResponseForInlineChildData ()
 
 createActionWithExistingLocalizedParentReturnsResponseWithLocalizedChildData ()
 
 createActionWithExistingLocalizedParentAndNotLocalizableChildReturnsResponseWithChildData ()
 

Protected Member Functions

 setUp ()
 
 getContextForSysLanguageUid (int $sysLanguageUid)
 
- ‪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)
 

Protected Attributes

FormInlineAjaxController $subject
 
HashService $hashService
 
array $testExtensionsToLoad
 
const LANGUAGE_PRESETS
 

Additional Inherited Members

- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
static failIfArrayIsNotEmpty (array $items)
 

Detailed Description

Definition at line 30 of file FormInlineAjaxControllerTest.php.

Member Function Documentation

◆ createActionWithExistingLocalizedParentAndNotLocalizableChildReturnsResponseWithChildData()

TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest::createActionWithExistingLocalizedParentAndNotLocalizableChildReturnsResponseWithChildData ( )

◆ createActionWithExistingLocalizedParentReturnsResponseWithLocalizedChildData()

TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest::createActionWithExistingLocalizedParentReturnsResponseWithLocalizedChildData ( )

◆ createActionWithExistingParentReturnsResponseForInlineChildData()

TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest::createActionWithExistingParentReturnsResponseForInlineChildData ( )

◆ createActionWithNewParentReturnsResponseForInlineChildData()

TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest::createActionWithNewParentReturnsResponseForInlineChildData ( )

◆ getContextForSysLanguageUid()

◆ setUp()

Member Data Documentation

◆ $hashService

HashService TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest::$hashService
protected

Definition at line 34 of file FormInlineAjaxControllerTest.php.

◆ $subject

FormInlineAjaxController TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest::$subject
protected

Definition at line 33 of file FormInlineAjaxControllerTest.php.

◆ $testExtensionsToLoad

array TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest::$testExtensionsToLoad
protected
Initial value:
= [
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_irre_csv',
]

Definition at line 36 of file FormInlineAjaxControllerTest.php.

◆ LANGUAGE_PRESETS

const TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest::LANGUAGE_PRESETS
protected
Initial value:
= [
'EN' => ['id' => 0, 'title' => 'English', 'locale' => 'en_US.UTF8'],
'DA' => ['id' => 1, 'title' => 'Dansk', 'locale' => 'da_DK.UTF8'],
]

Definition at line 43 of file FormInlineAjaxControllerTest.php.