‪TYPO3CMS  ‪main
TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest Class Reference
Inheritance diagram for TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest:

Public Member Functions

 setUp ()
 
 newInstanceHasNoProperties ()
 
 setSimpleProperties ()
 
 overrideProperties ()
 
 setArrayProperties ()
 
 setPropertyUnsetIfValueIsNull ()
 
 setPropertyUnsetIfValueIsArrayWithSomeNullVales ()
 
 setRenderingOptionSetStringValueIfKeyDoesNotExists ()
 
 setRenderingOptionSetArrayValueIfKeyDoesNotExists ()
 
 setRenderingOptionUnsetIfValueIsNull ()
 
 setRenderingOptionUnsetIfValueIsArrayWithSomeNullVales ()
 
 setRenderingOptionAddValueIfValueIsArray ()
 

Protected Attributes

Section $sectionInstance
 

Static Protected Attributes

static $IDENTIFIER = 'an_id'
 
static $TYPE = 'a_type'
 

Detailed Description

Test TYPO3\CMS\Form\Domain\Model\FormElements\Section class

Class AbstractFormElementTest

Definition at line 29 of file SectionTest.php.

Member Function Documentation

◆ newInstanceHasNoProperties()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::newInstanceHasNoProperties ( )

Definition at line 46 of file SectionTest.php.

◆ overrideProperties()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::overrideProperties ( )

Definition at line 67 of file SectionTest.php.

◆ setArrayProperties()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::setArrayProperties ( )

Definition at line 79 of file SectionTest.php.

◆ setPropertyUnsetIfValueIsArrayWithSomeNullVales()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::setPropertyUnsetIfValueIsArrayWithSomeNullVales ( )

Definition at line 106 of file SectionTest.php.

◆ setPropertyUnsetIfValueIsNull()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::setPropertyUnsetIfValueIsNull ( )

Definition at line 95 of file SectionTest.php.

◆ setRenderingOptionAddValueIfValueIsArray()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::setRenderingOptionAddValueIfValueIsArray ( )

Definition at line 171 of file SectionTest.php.

◆ setRenderingOptionSetArrayValueIfKeyDoesNotExists()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::setRenderingOptionSetArrayValueIfKeyDoesNotExists ( )

Definition at line 133 of file SectionTest.php.

◆ setRenderingOptionSetStringValueIfKeyDoesNotExists()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::setRenderingOptionSetStringValueIfKeyDoesNotExists ( )

Definition at line 124 of file SectionTest.php.

◆ setRenderingOptionUnsetIfValueIsArrayWithSomeNullVales()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::setRenderingOptionUnsetIfValueIsArrayWithSomeNullVales ( )

Definition at line 153 of file SectionTest.php.

◆ setRenderingOptionUnsetIfValueIsNull()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::setRenderingOptionUnsetIfValueIsNull ( )

Definition at line 142 of file SectionTest.php.

◆ setSimpleProperties()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::setSimpleProperties ( )

Definition at line 53 of file SectionTest.php.

◆ setUp()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::setUp ( )

Definition at line 39 of file SectionTest.php.

Member Data Documentation

◆ $IDENTIFIER

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::$IDENTIFIER = 'an_id'
staticprotected

Definition at line 31 of file SectionTest.php.

◆ $sectionInstance

Section TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::$sectionInstance
protected

An instance of section

Definition at line 37 of file SectionTest.php.

◆ $TYPE

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\SectionTest::$TYPE = 'a_type'
staticprotected

Definition at line 32 of file SectionTest.php.