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

Public Member Functions

 registerInFormIfPossibleThrowsTypeDefinitionNotValidExceptionIfAChildIsGridContainerInterface ()
 
 addElementThrowsTypeDefinitionNotValidExceptionIfNotInstanceOfGridRowInterface ()
 
 addElementExpectedCallAddRenderableIfInstanceOfGridRowInterface ()
 

Detailed Description

Test case

Definition at line 28 of file GridContainerTest.php.

Member Function Documentation

◆ addElementExpectedCallAddRenderableIfInstanceOfGridRowInterface()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\GridContainerTest::addElementExpectedCallAddRenderableIfInstanceOfGridRowInterface ( )
Test:

Definition at line 106 of file GridContainerTest.php.

◆ addElementThrowsTypeDefinitionNotValidExceptionIfNotInstanceOfGridRowInterface()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\GridContainerTest::addElementThrowsTypeDefinitionNotValidExceptionIfNotInstanceOfGridRowInterface ( )
Test:

Definition at line 71 of file GridContainerTest.php.

◆ registerInFormIfPossibleThrowsTypeDefinitionNotValidExceptionIfAChildIsGridContainerInterface()

TYPO3\CMS\Form\Tests\Unit\Domain\FormElements\GridContainerTest::registerInFormIfPossibleThrowsTypeDefinitionNotValidExceptionIfAChildIsGridContainerInterface ( )
Test:

Definition at line 34 of file GridContainerTest.php.