‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaGroupTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaGroupTest:

Public Member Functions

 addDataReturnsFieldUnchangedIfFieldIsNotTypeGroup ()
 
 addDataThrowsExceptionWithTypeGroupAndNoValidInternalType ()
 
 addDataSetsFolderData ()
 
 addDataSetsDatabaseData ()
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Test case

Definition at line 31 of file TcaGroupTest.php.

Member Function Documentation

◆ addDataReturnsFieldUnchangedIfFieldIsNotTypeGroup()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaGroupTest::addDataReturnsFieldUnchangedIfFieldIsNotTypeGroup ( )
Test:

Definition at line 40 of file TcaGroupTest.php.

◆ addDataSetsDatabaseData()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaGroupTest::addDataSetsDatabaseData ( )
Test:

Definition at line 128 of file TcaGroupTest.php.

References $GLOBALS.

◆ addDataSetsFolderData()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaGroupTest::addDataSetsFolderData ( )
Test:

Definition at line 86 of file TcaGroupTest.php.

◆ addDataThrowsExceptionWithTypeGroupAndNoValidInternalType()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaGroupTest::addDataThrowsExceptionWithTypeGroupAndNoValidInternalType ( )
Test:

Definition at line 63 of file TcaGroupTest.php.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaGroupTest::$resetSingletonInstances = true
protected

Reset singletons created by subject

Definition at line 35 of file TcaGroupTest.php.