‪TYPO3CMS  11.5
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 33 of file TcaRadioItemsTest.php.

Member Function Documentation

◆ addDataCallsItemsProcFunc()

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

Definition at line 236 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataItemsProcFuncEnqueuesFlashMessageOnException()

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

Definition at line 362 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataItemsProcFuncReceivesParameters()

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

Definition at line 282 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataKeepExistingItems()

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

Definition at line 75 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfItemLabelIsNotSet()

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

Definition at line 136 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfItemsAreNoArray()

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

Definition at line 106 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfItemValueIsNotSet()

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

Definition at line 168 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfRadioItemsNotDefined()

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

Definition at line 48 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataTranslatesItemLabels()

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

Definition at line 200 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataTranslatesItemLabelsFromPageTsConfig()

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

Definition at line 426 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ tearDown()

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

Tear down

Definition at line 39 of file TcaRadioItemsTest.php.