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

 $resetSingletonInstances = true
 

Detailed Description

Test case

Definition at line 34 of file AbstractSectionTest.php.

Member Function Documentation

◆ constructMustNotThrowExceptionWhenIdentifierIsNonEmptyString()

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

Definition at line 53 of file AbstractSectionTest.php.

◆ constructThrowsExceptionWhenIdentifierIsEmpty()

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

Definition at line 41 of file AbstractSectionTest.php.

◆ createElementExpectedToAddAndInitializeElement()

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

Definition at line 225 of file AbstractSectionTest.php.

◆ createElementReturnsUnknownElementsIfTypeDefinitionIsNotFoundAndSkipUnknownElementsIsTrue()

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

Definition at line 101 of file AbstractSectionTest.php.

◆ createElementThrowsExceptionIfTypeDefinitionIsNotSet()

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

Definition at line 141 of file AbstractSectionTest.php.

◆ createElementThrowsExceptionIfTypeDefinitionNotFoundAndSkipUnknownElementsIsFalse()

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

Definition at line 62 of file AbstractSectionTest.php.

◆ createElementThrowsExceptionIfTypeDefinitionNotInstanceOfFormElementInterface()

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

Definition at line 179 of file AbstractSectionTest.php.

Member Data Documentation

◆ $resetSingletonInstances

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

Definition at line 36 of file AbstractSectionTest.php.