‪TYPO3CMS  11.5
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 29 of file FormEditorControllerTest.php.

Member Function Documentation

◆ filterEmptyArraysRemovesEmptyArrayKeys()

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

Definition at line 451 of file FormEditorControllerTest.php.

◆ getFormEditorDefinitionsReturnReducedConfiguration()

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

Definition at line 132 of file FormEditorControllerTest.php.

◆ getInsertRenderablesPanelConfigurationReturnsGroupedAndSortedConfiguration()

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

Definition at line 47 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotArray()

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

Definition at line 276 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotSet()

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

Definition at line 253 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotArray()

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

Definition at line 324 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotSet()

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

Definition at line 300 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfTemplatePathAndFilenameNotSet()

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

Definition at line 348 of file FormEditorControllerTest.php.

◆ setUp()

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

Set up

Definition at line 38 of file FormEditorControllerTest.php.

References $GLOBALS.

◆ transformMultiValuePropertiesForFormEditorConvertMultiValueDataIntoMetaData()

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

Definition at line 369 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 33 of file FormEditorControllerTest.php.