‪TYPO3CMS  9.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 26 of file SectionTest.php.

Member Function Documentation

◆ newInstanceHasNoProperties()

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

Definition at line 48 of file SectionTest.php.

◆ overrideProperties()

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

Definition at line 73 of file SectionTest.php.

◆ setArrayProperties()

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

Definition at line 87 of file SectionTest.php.

◆ setPropertyUnsetIfValueIsArrayWithSomeNullVales()

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

Definition at line 118 of file SectionTest.php.

◆ setPropertyUnsetIfValueIsNull()

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

Definition at line 105 of file SectionTest.php.

◆ setRenderingOptionAddValueIfValueIsArray()

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

Definition at line 193 of file SectionTest.php.

◆ setRenderingOptionSetArrayValueIfKeyDoesNotExists()

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

Definition at line 149 of file SectionTest.php.

◆ setRenderingOptionSetStringValueIfKeyDoesNotExists()

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

Definition at line 138 of file SectionTest.php.

◆ setRenderingOptionUnsetIfValueIsArrayWithSomeNullVales()

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

Definition at line 173 of file SectionTest.php.

◆ setRenderingOptionUnsetIfValueIsNull()

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

Definition at line 160 of file SectionTest.php.

◆ setSimpleProperties()

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

Definition at line 57 of file SectionTest.php.

◆ setUp()

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

@before

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

◆ $sectionInstance

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

An instance of section

Definition at line 34 of file SectionTest.php.

◆ $TYPE

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

Definition at line 29 of file SectionTest.php.