‪TYPO3CMS  11.5
TYPO3\CMS\Form\Tests\Unit\Domain\Configuration\FormDefinition\Validators\CreatableFormElementPropertiesValidatorTest Class Reference
Inheritance diagram for TYPO3\CMS\Form\Tests\Unit\Domain\Configuration\FormDefinition\Validators\CreatableFormElementPropertiesValidatorTest:

Public Member Functions

 validateFormElementPredefinedDefaultValueThrowsExceptionIfValueDoesNotMatch ()
 
 validateFormElementPredefinedDefaultValueThrowsNoExceptionIfValueMatches ()
 
 validateFormElementValueThrowsExceptionIfValueDoesNotMatchDataProvider ()
 
 validateFormElementValueThrowsExceptionIfValueDoesNotMatch ($input, array $allowedValues, array $untranslatedAllowedValues)
 
 validateFormElementValueThrowsNoExceptionIfValueMatchesDataProvider ()
 
 validateFormElementValueThrowsNoExceptionIfValueMatches ($input, array $allowedValues, array $untranslatedAllowedValues, array $allPossibleAllowedValuesTranslations)
 

Detailed Description

Member Function Documentation

◆ validateFormElementPredefinedDefaultValueThrowsExceptionIfValueDoesNotMatch()

TYPO3\CMS\Form\Tests\Unit\Domain\Configuration\FormDefinition\Validators\CreatableFormElementPropertiesValidatorTest::validateFormElementPredefinedDefaultValueThrowsExceptionIfValueDoesNotMatch ( )

◆ validateFormElementPredefinedDefaultValueThrowsNoExceptionIfValueMatches()

TYPO3\CMS\Form\Tests\Unit\Domain\Configuration\FormDefinition\Validators\CreatableFormElementPropertiesValidatorTest::validateFormElementPredefinedDefaultValueThrowsNoExceptionIfValueMatches ( )

◆ validateFormElementValueThrowsExceptionIfValueDoesNotMatch()

TYPO3\CMS\Form\Tests\Unit\Domain\Configuration\FormDefinition\Validators\CreatableFormElementPropertiesValidatorTest::validateFormElementValueThrowsExceptionIfValueDoesNotMatch (   $input,
array  $allowedValues,
array  $untranslatedAllowedValues 
)
Test:
‪@dataProvider validateFormElementValueThrowsExceptionIfValueDoesNotMatchDataProvider

Definition at line 114 of file CreatableFormElementPropertiesValidatorTest.php.

◆ validateFormElementValueThrowsExceptionIfValueDoesNotMatchDataProvider()

TYPO3\CMS\Form\Tests\Unit\Domain\Configuration\FormDefinition\Validators\CreatableFormElementPropertiesValidatorTest::validateFormElementValueThrowsExceptionIfValueDoesNotMatchDataProvider ( )

◆ validateFormElementValueThrowsNoExceptionIfValueMatches()

TYPO3\CMS\Form\Tests\Unit\Domain\Configuration\FormDefinition\Validators\CreatableFormElementPropertiesValidatorTest::validateFormElementValueThrowsNoExceptionIfValueMatches (   $input,
array  $allowedValues,
array  $untranslatedAllowedValues,
array  $allPossibleAllowedValuesTranslations 
)
Test:
‪@dataProvider validateFormElementValueThrowsNoExceptionIfValueMatchesDataProvider

Definition at line 178 of file CreatableFormElementPropertiesValidatorTest.php.

◆ validateFormElementValueThrowsNoExceptionIfValueMatchesDataProvider()

TYPO3\CMS\Form\Tests\Unit\Domain\Configuration\FormDefinition\Validators\CreatableFormElementPropertiesValidatorTest::validateFormElementValueThrowsNoExceptionIfValueMatchesDataProvider ( )