‪TYPO3CMS  ‪main
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

Definition at line 28 of file AbstractFormElementTest.php.

Member Function Documentation

◆ constructMustNotThrowExceptionWhenIdentifierIsNonEmptyString()

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

Definition at line 130 of file AbstractFormElementTest.php.

◆ constructThrowsExceptionWhenIdentifierIsEmpty()

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

Definition at line 120 of file AbstractFormElementTest.php.

◆ getUniqueIdentifierExpectedUnique()

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

Definition at line 159 of file AbstractFormElementTest.php.

◆ initializeFormElementExpectedCallInitializeFormObjectHooks()

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

Definition at line 138 of file AbstractFormElementTest.php.

References $GLOBALS.

◆ newInstanceHasNoProperties()

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

Definition at line 31 of file AbstractFormElementTest.php.

◆ overrideProperties()

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

Definition at line 55 of file AbstractFormElementTest.php.

◆ setArrayProperties()

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

Definition at line 69 of file AbstractFormElementTest.php.

◆ setDefaultValueAddValueIfValueIsArray()

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

Definition at line 252 of file AbstractFormElementTest.php.

◆ setDefaultValueSetArrayValueIfKeyDoesNotExists()

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

Definition at line 199 of file AbstractFormElementTest.php.

◆ setDefaultValueSetStringValueIfKeyDoesNotExists()

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

Definition at line 184 of file AbstractFormElementTest.php.

◆ setDefaultValueUnsetIfValueIsArrayWithSomeNullVales()

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

Definition at line 214 of file AbstractFormElementTest.php.

◆ setPropertyUnsetIfValueIsArrayWithSomeNullVales()

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

Definition at line 100 of file AbstractFormElementTest.php.

◆ setPropertyUnsetIfValueIsNull()

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

Definition at line 87 of file AbstractFormElementTest.php.

◆ setSimpleProperties()

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

Definition at line 39 of file AbstractFormElementTest.php.