‪TYPO3CMS  9.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 30 of file TcaRadioItemsTest.php.

Member Function Documentation

◆ addDataCallsItemsProcFunc()

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

Definition at line 233 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataItemsProcFuncEnqueuesFlashMessageOnException()

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

Definition at line 341 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataItemsProcFuncReceivesParameters()

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

Definition at line 272 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataKeepExistingItems()

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

Definition at line 71 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfItemLabelIsNotSet()

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

Definition at line 132 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfItemsAreNoArray()

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

Definition at line 102 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfItemValueIsNotSet()

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

Definition at line 164 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataThrowsExceptionIfRadioItemsNotDefined()

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

Definition at line 44 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataTranslatesItemLabels()

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

Definition at line 196 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ addDataTranslatesItemLabelsFromPageTsConfig()

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

Definition at line 400 of file TcaRadioItemsTest.php.

References $GLOBALS.

◆ tearDown()

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

Tear down

Definition at line 35 of file TcaRadioItemsTest.php.