‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Tests\Unit\Form\Element\AbstractFormElementTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Form\Element\AbstractFormElementTest:

Public Member Functions

 formatValueDataProvider ()
 
 formatValueWithGivenConfiguration (array $config, ?string $itemValue, string $expectedResult)
 

Detailed Description

Test case

Definition at line 26 of file AbstractFormElementTest.php.

Member Function Documentation

◆ formatValueDataProvider()

TYPO3\CMS\Backend\Tests\Unit\Form\Element\AbstractFormElementTest::formatValueDataProvider ( )

Definition at line 28 of file AbstractFormElementTest.php.

◆ formatValueWithGivenConfiguration()

TYPO3\CMS\Backend\Tests\Unit\Form\Element\AbstractFormElementTest::formatValueWithGivenConfiguration ( array  $config,
?string  $itemValue,
string  $expectedResult 
)

@dataProvider formatValueDataProvider

Test:

Definition at line 274 of file AbstractFormElementTest.php.