‪TYPO3CMS  11.5
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 ()
 
array 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)
 
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)
 

Protected Attributes

FormInlineAjaxController $subject
 
 $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

Test case for TYPO3\CMS\Backend\Controller\FormInlineAjaxController

Definition at line 31 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

◆ $subject

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

Definition at line 34 of file FormInlineAjaxControllerTest.php.

◆ $testExtensionsToLoad

TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest::$testExtensionsToLoad
protected
Initial value:
= array(
'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'],
'DK' => ['id' => 1, 'title' => 'Dansk', 'locale' => 'dk_DA.UTF8'],
]

Definition at line 43 of file FormInlineAjaxControllerTest.php.