‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest:

Public Member Functions

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

Protected Member Functions

 setUp ()
 
array getContextForSysLanguageUid (int $sysLanguageUid)
 

Protected Attributes

FormInlineAjaxController $subject
 
array $testExtensionsToLoad
 

Detailed Description

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

Definition at line 28 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()

TYPO3\CMS\Backend\Tests\Functional\Controller\FormInlineAjaxControllerTest::setUp ( )
protected

Sets up this test case.

Definition at line 43 of file FormInlineAjaxControllerTest.php.

References TYPO3\CMS\Core\Core\Bootstrap\initializeLanguageObject().

Member Data Documentation

◆ $subject

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

Definition at line 32 of file FormInlineAjaxControllerTest.php.

◆ $testExtensionsToLoad

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

Definition at line 36 of file FormInlineAjaxControllerTest.php.