‪TYPO3CMS  9.5
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 ()
 
 addDataSetsUploadFolderForFileReference ()
 
 addDataSetsFileData ()
 
 addDataSetsFolderData ()
 
 addDataSetsDatabaseData ()
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Test case

Definition at line 30 of file TcaGroupTest.php.

Member Function Documentation

◆ addDataReturnsFieldUnchangedIfFieldIsNotTypeGroup()

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

Definition at line 39 of file TcaGroupTest.php.

◆ addDataSetsDatabaseData()

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

Definition at line 206 of file TcaGroupTest.php.

References $GLOBALS.

◆ addDataSetsFileData()

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

Definition at line 121 of file TcaGroupTest.php.

◆ addDataSetsFolderData()

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

Definition at line 164 of file TcaGroupTest.php.

◆ addDataSetsUploadFolderForFileReference()

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

Definition at line 85 of file TcaGroupTest.php.

◆ addDataThrowsExceptionWithTypeGroupAndNoValidInternalType()

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

Definition at line 62 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 34 of file TcaGroupTest.php.