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

Public Member Functions

 addDataThrowsExceptionIfRadioItemsNotDefined ()
 
 addDataKeepExistingItems ()
 
 addDataThrowsExceptionIfItemsAreNoArray ()
 
 addDataThrowsExceptionIfItemLabelIsNotSet ()
 
 addDataThrowsExceptionIfItemValueIsNotSet ()
 
 addDataTranslatesItemLabels ()
 
 addDataCallsItemsProcFunc ()
 
 addDataItemsProcFuncReceivesParameters ()
 
 addDataItemsProcFuncEnqueuesFlashMessageOnException ()
 
 addDataTranslatesItemLabelsFromPageTsConfig ()
 

Protected Member Functions

 tearDown ()
 

Detailed Description

Test case

Definition at line 31 of file TcaRadioItemsTest.php.

Member Function Documentation

◆ addDataCallsItemsProcFunc()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::addDataCallsItemsProcFunc ( )
Test:

Definition at line 234 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataItemsProcFuncEnqueuesFlashMessageOnException()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::addDataItemsProcFuncEnqueuesFlashMessageOnException ( )
Test:

Definition at line 363 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataItemsProcFuncReceivesParameters()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::addDataItemsProcFuncReceivesParameters ( )
Test:

Definition at line 280 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataKeepExistingItems()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::addDataKeepExistingItems ( )
Test:

Definition at line 72 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfItemLabelIsNotSet()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::addDataThrowsExceptionIfItemLabelIsNotSet ( )
Test:

Definition at line 133 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfItemsAreNoArray()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::addDataThrowsExceptionIfItemsAreNoArray ( )
Test:

Definition at line 103 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfItemValueIsNotSet()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::addDataThrowsExceptionIfItemValueIsNotSet ( )
Test:

Definition at line 165 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfRadioItemsNotDefined()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::addDataThrowsExceptionIfRadioItemsNotDefined ( )
Test:

Definition at line 45 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataTranslatesItemLabels()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::addDataTranslatesItemLabels ( )
Test:

Definition at line 197 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataTranslatesItemLabelsFromPageTsConfig()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::addDataTranslatesItemLabelsFromPageTsConfig ( )
Test:

Definition at line 429 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ tearDown()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\TcaRadioItemsTest::tearDown ( )
protected

Tear down

Definition at line 36 of file TcaRadioItemsTest.php.