‪TYPO3CMS  10.4
TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest:

Public Member Functions

 setUp ()
 
 getInsertRenderablesPanelConfigurationReturnsGroupedAndSortedConfiguration ()
 
 getFormEditorDefinitionsReturnReducedConfiguration ()
 
 renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotSet ()
 
 renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotArray ()
 
 renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotSet ()
 
 renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotArray ()
 
 renderFormEditorTemplatesThrowsExceptionIfTemplatePathAndFilenameNotSet ()
 
 transformMultiValuePropertiesForFormEditorConvertMultiValueDataIntoMetaData ()
 
 filterEmptyArraysRemovesEmptyArrayKeys ()
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Test case

Definition at line 30 of file FormEditorControllerTest.php.

Member Function Documentation

◆ filterEmptyArraysRemovesEmptyArrayKeys()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::filterEmptyArraysRemovesEmptyArrayKeys ( )
Test:

Definition at line 478 of file FormEditorControllerTest.php.

◆ getFormEditorDefinitionsReturnReducedConfiguration()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::getFormEditorDefinitionsReturnReducedConfiguration ( )
Test:

Definition at line 146 of file FormEditorControllerTest.php.

◆ getInsertRenderablesPanelConfigurationReturnsGroupedAndSortedConfiguration()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::getInsertRenderablesPanelConfigurationReturnsGroupedAndSortedConfiguration ( )
Test:

Definition at line 48 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotArray()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotArray ( )
Test:

Definition at line 303 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotSet()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotSet ( )
Test:

Definition at line 280 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotArray()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotArray ( )
Test:

Definition at line 351 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotSet()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotSet ( )
Test:

Definition at line 327 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfTemplatePathAndFilenameNotSet()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::renderFormEditorTemplatesThrowsExceptionIfTemplatePathAndFilenameNotSet ( )
Test:

Definition at line 375 of file FormEditorControllerTest.php.

◆ setUp()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::setUp ( )

Set up

Definition at line 39 of file FormEditorControllerTest.php.

References $GLOBALS.

◆ transformMultiValuePropertiesForFormEditorConvertMultiValueDataIntoMetaData()

TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::transformMultiValuePropertiesForFormEditorConvertMultiValueDataIntoMetaData ( )
Test:

Definition at line 396 of file FormEditorControllerTest.php.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Form\Tests\Unit\Controller\FormEditorControllerTest::$resetSingletonInstances = true
protected

Reset singletons created by subject

Definition at line 34 of file FormEditorControllerTest.php.