‪TYPO3CMS  11.5
TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest:

Public Member Functions

 selectCorrectlySetsTagName ()
 
 selectCreatesExpectedOptions ()
 
 selectShouldSetTheRequiredAttribute ()
 
 selectCreatesExpectedOptionsWithArraysAndOptionValueFieldAndOptionLabelFieldSet ()
 
 selectCreatesExpectedOptionsWithStdClassesAndOptionValueFieldAndOptionLabelFieldSet ()
 
 selectCreatesExpectedOptionsWithArrayObjectsAndOptionValueFieldAndOptionLabelFieldSet ()
 
 OrderOfOptionsIsNotAlteredByDefault ()
 
 optionsAreSortedByLabelIfSortByOptionLabelIsSet ()
 
 multipleSelectCreatesExpectedOptions ()
 
 multipleSelectWithoutOptionsCreatesExpectedOptions ()
 
 selectOnDomainObjectsCreatesExpectedOptions ()
 
 multipleSelectOnDomainObjectsCreatesExpectedOptions ()
 
 multipleSelectOnDomainObjectsCreatesExpectedOptionsWithoutOptionValueField ()
 
 selectWithoutFurtherConfigurationOnDomainObjectsUsesUuidForValueAndLabel ()
 
 selectWithoutFurtherConfigurationOnDomainObjectsUsesToStringForLabelIfAvailable ()
 
 selectOnDomainObjectsThrowsExceptionIfNoValueCanBeFound ()
 
 renderCallsSetErrorClassAttribute ()
 
 allOptionsAreSelectedIfSelectAllIsTrue ()
 
 selectAllHasNoEffectIfValueIsSet ()
 
 optionsContainPrependedItemWithEmptyValueIfPrependOptionLabelIsSet ()
 
 optionsContainPrependedItemWithCorrectValueIfPrependOptionLabelAndPrependOptionValueAreSet ()
 

Detailed Description

Definition at line 34 of file SelectViewHelperTest.php.

Member Function Documentation

◆ allOptionsAreSelectedIfSelectAllIsTrue()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::allOptionsAreSelectedIfSelectAllIsTrue ( )
Test:

Definition at line 446 of file SelectViewHelperTest.php.

◆ multipleSelectCreatesExpectedOptions()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::multipleSelectCreatesExpectedOptions ( )
Test:

Definition at line 217 of file SelectViewHelperTest.php.

◆ multipleSelectOnDomainObjectsCreatesExpectedOptions()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::multipleSelectOnDomainObjectsCreatesExpectedOptions ( )
Test:

Definition at line 280 of file SelectViewHelperTest.php.

◆ multipleSelectOnDomainObjectsCreatesExpectedOptionsWithoutOptionValueField()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::multipleSelectOnDomainObjectsCreatesExpectedOptionsWithoutOptionValueField ( )
Test:

Definition at line 306 of file SelectViewHelperTest.php.

◆ multipleSelectWithoutOptionsCreatesExpectedOptions()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::multipleSelectWithoutOptionsCreatesExpectedOptions ( )
Test:

Definition at line 241 of file SelectViewHelperTest.php.

◆ optionsAreSortedByLabelIfSortByOptionLabelIsSet()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::optionsAreSortedByLabelIfSortByOptionLabelIsSet ( )
Test:

Definition at line 195 of file SelectViewHelperTest.php.

◆ optionsContainPrependedItemWithCorrectValueIfPrependOptionLabelAndPrependOptionValueAreSet()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::optionsContainPrependedItemWithCorrectValueIfPrependOptionLabelAndPrependOptionValueAreSet ( )
Test:

Definition at line 515 of file SelectViewHelperTest.php.

◆ optionsContainPrependedItemWithEmptyValueIfPrependOptionLabelIsSet()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::optionsContainPrependedItemWithEmptyValueIfPrependOptionLabelIsSet ( )
Test:

Definition at line 491 of file SelectViewHelperTest.php.

◆ OrderOfOptionsIsNotAlteredByDefault()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::OrderOfOptionsIsNotAlteredByDefault ( )
Test:

Definition at line 173 of file SelectViewHelperTest.php.

◆ renderCallsSetErrorClassAttribute()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::renderCallsSetErrorClassAttribute ( )
Test:

Definition at line 422 of file SelectViewHelperTest.php.

◆ selectAllHasNoEffectIfValueIsSet()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectAllHasNoEffectIfValueIsSet ( )
Test:

Definition at line 468 of file SelectViewHelperTest.php.

◆ selectCorrectlySetsTagName()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectCorrectlySetsTagName ( )
Test:

Definition at line 39 of file SelectViewHelperTest.php.

◆ selectCreatesExpectedOptions()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectCreatesExpectedOptions ( )
Test:

Definition at line 49 of file SelectViewHelperTest.php.

◆ selectCreatesExpectedOptionsWithArrayObjectsAndOptionValueFieldAndOptionLabelFieldSet()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectCreatesExpectedOptionsWithArrayObjectsAndOptionValueFieldAndOptionLabelFieldSet ( )
Test:

Definition at line 139 of file SelectViewHelperTest.php.

◆ selectCreatesExpectedOptionsWithArraysAndOptionValueFieldAndOptionLabelFieldSet()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectCreatesExpectedOptionsWithArraysAndOptionValueFieldAndOptionLabelFieldSet ( )
Test:

Definition at line 71 of file SelectViewHelperTest.php.

◆ selectCreatesExpectedOptionsWithStdClassesAndOptionValueFieldAndOptionLabelFieldSet()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectCreatesExpectedOptionsWithStdClassesAndOptionValueFieldAndOptionLabelFieldSet ( )
Test:

Definition at line 105 of file SelectViewHelperTest.php.

◆ selectOnDomainObjectsCreatesExpectedOptions()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectOnDomainObjectsCreatesExpectedOptions ( )
Test:

Definition at line 254 of file SelectViewHelperTest.php.

◆ selectOnDomainObjectsThrowsExceptionIfNoValueCanBeFound()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectOnDomainObjectsThrowsExceptionIfNoValueCanBeFound ( )
Test:

Definition at line 396 of file SelectViewHelperTest.php.

◆ selectShouldSetTheRequiredAttribute()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectShouldSetTheRequiredAttribute ( )
Test:

Definition at line 60 of file SelectViewHelperTest.php.

◆ selectWithoutFurtherConfigurationOnDomainObjectsUsesToStringForLabelIfAvailable()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectWithoutFurtherConfigurationOnDomainObjectsUsesToStringForLabelIfAvailable ( )
Test:

Definition at line 370 of file SelectViewHelperTest.php.

◆ selectWithoutFurtherConfigurationOnDomainObjectsUsesUuidForValueAndLabel()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Form\SelectViewHelperTest::selectWithoutFurtherConfigurationOnDomainObjectsUsesUuidForValueAndLabel ( )
Test:

Definition at line 344 of file SelectViewHelperTest.php.