‪TYPO3CMS  10.4
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 152 of file AbstractFormElementTest.php.

◆ constructThrowsExceptionWhenIdentifierIsEmpty()

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

Definition at line 140 of file AbstractFormElementTest.php.

◆ getUniqueIdentifierExpectedUnique()

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

Definition at line 211 of file AbstractFormElementTest.php.

◆ initializeFormElementExpectedCallInitializeFormObjectHooks()

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

Definition at line 169 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 65 of file AbstractFormElementTest.php.

◆ setArrayProperties()

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

Definition at line 82 of file AbstractFormElementTest.php.

◆ setDefaultValueAddValueIfValueIsArray()

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

Definition at line 382 of file AbstractFormElementTest.php.

◆ setDefaultValueSetArrayValueIfKeyDoesNotExists()

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

Definition at line 297 of file AbstractFormElementTest.php.

◆ setDefaultValueSetStringValueIfKeyDoesNotExists()

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

Definition at line 266 of file AbstractFormElementTest.php.

◆ setDefaultValueUnsetIfValueIsArrayWithSomeNullVales()

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

Definition at line 328 of file AbstractFormElementTest.php.

◆ setPropertyUnsetIfValueIsArrayWithSomeNullVales()

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

Definition at line 118 of file AbstractFormElementTest.php.

◆ setPropertyUnsetIfValueIsNull()

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

Definition at line 103 of file AbstractFormElementTest.php.

◆ setSimpleProperties()

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

Definition at line 46 of file AbstractFormElementTest.php.