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

Public Member Functions

 constructThrowsExceptionWhenIdentifierIsEmpty ()
 
 constructMustNotThrowExceptionWhenIdentifierIsNonEmptyString ()
 
 createElementThrowsExceptionIfTypeDefinitionNotFoundAndSkipUnknownElementsIsFalse ()
 
 createElementReturnsUnknownElementsIfTypeDefinitionIsNotFoundAndSkipUnknownElementsIsTrue ()
 
 createElementThrowsExceptionIfTypeDefinitionIsNotSet ()
 
 createElementThrowsExceptionIfTypeDefinitionNotInstanceOfFormElementInterface ()
 
 createElementExpectedToAddAndInitializeElement ()
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Definition at line 32 of file AbstractSectionTest.php.

Member Function Documentation

◆ constructMustNotThrowExceptionWhenIdentifierIsNonEmptyString()

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

Definition at line 45 of file AbstractSectionTest.php.

◆ constructThrowsExceptionWhenIdentifierIsEmpty()

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

Definition at line 37 of file AbstractSectionTest.php.

◆ createElementExpectedToAddAndInitializeElement()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractSectionTest::createElementExpectedToAddAndInitializeElement ( )

Definition at line 106 of file AbstractSectionTest.php.

◆ createElementReturnsUnknownElementsIfTypeDefinitionIsNotFoundAndSkipUnknownElementsIsTrue()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractSectionTest::createElementReturnsUnknownElementsIfTypeDefinitionIsNotFoundAndSkipUnknownElementsIsTrue ( )

Definition at line 63 of file AbstractSectionTest.php.

◆ createElementThrowsExceptionIfTypeDefinitionIsNotSet()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractSectionTest::createElementThrowsExceptionIfTypeDefinitionIsNotSet ( )

Definition at line 77 of file AbstractSectionTest.php.

◆ createElementThrowsExceptionIfTypeDefinitionNotFoundAndSkipUnknownElementsIsFalse()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractSectionTest::createElementThrowsExceptionIfTypeDefinitionNotFoundAndSkipUnknownElementsIsFalse ( )

Definition at line 52 of file AbstractSectionTest.php.

◆ createElementThrowsExceptionIfTypeDefinitionNotInstanceOfFormElementInterface()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractSectionTest::createElementThrowsExceptionIfTypeDefinitionNotInstanceOfFormElementInterface ( )

Definition at line 89 of file AbstractSectionTest.php.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\AbstractSectionTest::$resetSingletonInstances = true
protected

Definition at line 34 of file AbstractSectionTest.php.