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

Public Member Functions

 newInstanceHasNoProperties ()
 
 setSimpleProperties ()
 
 overrideProperties ()
 
 setArrayProperties ()
 
 setPropertyUnsetIfValueIsNull ()
 
 setPropertyUnsetIfValueIsArrayWithSomeNullVales ()
 
 constructThrowsExceptionWhenIdentifierIsEmpty ()
 
 constructMustNotThrowExceptionWhenIdentifierIsNonEmptyString ()
 
 initializeFormElementExpectedCallInitializeFormObjectHooks ()
 
 getUniqueIdentifierExpectedUnique ()
 
 setDefaultValueSetStringValueIfKeyDoesNotExists ()
 
 setDefaultValueSetArrayValueIfKeyDoesNotExists ()
 
 setDefaultValueUnsetIfValueIsArrayWithSomeNullVales ()
 
 setDefaultValueAddValueIfValueIsArray ()
 

Detailed Description

Test case

Definition at line 30 of file AbstractFormElementTest.php.

Member Function Documentation

◆ constructMustNotThrowExceptionWhenIdentifierIsNonEmptyString()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractFormElementTest::constructMustNotThrowExceptionWhenIdentifierIsNonEmptyString ( )
Test:

Definition at line 148 of file AbstractFormElementTest.php.

◆ constructThrowsExceptionWhenIdentifierIsEmpty()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractFormElementTest::constructThrowsExceptionWhenIdentifierIsEmpty ( )
Test:

Definition at line 136 of file AbstractFormElementTest.php.

◆ getUniqueIdentifierExpectedUnique()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractFormElementTest::getUniqueIdentifierExpectedUnique ( )
Test:

Definition at line 205 of file AbstractFormElementTest.php.

◆ initializeFormElementExpectedCallInitializeFormObjectHooks()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractFormElementTest::initializeFormElementExpectedCallInitializeFormObjectHooks ( )
Test:

Definition at line 165 of file AbstractFormElementTest.php.

References $GLOBALS.

◆ newInstanceHasNoProperties()

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

Definition at line 35 of file AbstractFormElementTest.php.

◆ overrideProperties()

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

Definition at line 63 of file AbstractFormElementTest.php.

◆ setArrayProperties()

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

Definition at line 79 of file AbstractFormElementTest.php.

◆ setDefaultValueAddValueIfValueIsArray()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractFormElementTest::setDefaultValueAddValueIfValueIsArray ( )
Test:

Definition at line 374 of file AbstractFormElementTest.php.

◆ setDefaultValueSetArrayValueIfKeyDoesNotExists()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractFormElementTest::setDefaultValueSetArrayValueIfKeyDoesNotExists ( )
Test:

Definition at line 289 of file AbstractFormElementTest.php.

◆ setDefaultValueSetStringValueIfKeyDoesNotExists()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractFormElementTest::setDefaultValueSetStringValueIfKeyDoesNotExists ( )
Test:

Definition at line 258 of file AbstractFormElementTest.php.

◆ setDefaultValueUnsetIfValueIsArrayWithSomeNullVales()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractFormElementTest::setDefaultValueUnsetIfValueIsArrayWithSomeNullVales ( )
Test:

Definition at line 320 of file AbstractFormElementTest.php.

◆ setPropertyUnsetIfValueIsArrayWithSomeNullVales()

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

Definition at line 114 of file AbstractFormElementTest.php.

◆ setPropertyUnsetIfValueIsNull()

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

Definition at line 99 of file AbstractFormElementTest.php.

◆ setSimpleProperties()

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

Definition at line 45 of file AbstractFormElementTest.php.