‪TYPO3CMS  11.5
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 28 of file SectionTest.php.

Member Function Documentation

◆ newInstanceHasNoProperties()

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

Definition at line 50 of file SectionTest.php.

◆ overrideProperties()

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

Definition at line 75 of file SectionTest.php.

◆ setArrayProperties()

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

Definition at line 89 of file SectionTest.php.

◆ setPropertyUnsetIfValueIsArrayWithSomeNullVales()

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

Definition at line 120 of file SectionTest.php.

◆ setPropertyUnsetIfValueIsNull()

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

Definition at line 107 of file SectionTest.php.

◆ setRenderingOptionAddValueIfValueIsArray()

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

Definition at line 195 of file SectionTest.php.

◆ setRenderingOptionSetArrayValueIfKeyDoesNotExists()

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

Definition at line 151 of file SectionTest.php.

◆ setRenderingOptionSetStringValueIfKeyDoesNotExists()

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

Definition at line 140 of file SectionTest.php.

◆ setRenderingOptionUnsetIfValueIsArrayWithSomeNullVales()

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

Definition at line 175 of file SectionTest.php.

◆ setRenderingOptionUnsetIfValueIsNull()

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

Definition at line 162 of file SectionTest.php.

◆ setSimpleProperties()

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

Definition at line 59 of file SectionTest.php.

◆ setUp()

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

@before

Definition at line 41 of file SectionTest.php.

Member Data Documentation

◆ $IDENTIFIER

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

Definition at line 30 of file SectionTest.php.

◆ $sectionInstance

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

An instance of section

Definition at line 36 of file SectionTest.php.

◆ $TYPE

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

Definition at line 31 of file SectionTest.php.