‪TYPO3CMS  9.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 ()
 
 transformMultiValueElementsForFormEditorConvertMultiValueDataIntoMetaData ()
 
 filterEmptyArraysRemovesEmptyArrayKeys ()
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Test case

Definition at line 28 of file FormEditorControllerTest.php.

Member Function Documentation

◆ filterEmptyArraysRemovesEmptyArrayKeys()

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

Definition at line 476 of file FormEditorControllerTest.php.

◆ getFormEditorDefinitionsReturnReducedConfiguration()

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

Definition at line 144 of file FormEditorControllerTest.php.

◆ getInsertRenderablesPanelConfigurationReturnsGroupedAndSortedConfiguration()

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

Definition at line 46 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotArray()

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

Definition at line 301 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfLayoutRootPathsNotSet()

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

Definition at line 278 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotArray()

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

Definition at line 349 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIfPartialRootPathsNotSet()

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

Definition at line 325 of file FormEditorControllerTest.php.

◆ renderFormEditorTemplatesThrowsExceptionIftemplatePathAndFilenameNotSet()

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

Definition at line 373 of file FormEditorControllerTest.php.

◆ setUp()

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

Set up

Definition at line 37 of file FormEditorControllerTest.php.

References $GLOBALS.

◆ transformMultiValueElementsForFormEditorConvertMultiValueDataIntoMetaData()

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

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