PHP Class Neos\FluidAdaptor\Tests\Unit\ViewHelpers\Format\DateViewHelperTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
dateArgumentHasPriorityOverChildNodes ( )
viewHelperCallsDateTimeFormatterWithCorrectlyBuiltConfigurationArguments ( )
viewHelperCallsDateTimeFormatterWithCustomFormat ( )
viewHelperConvertsI18nExceptionsIntoViewHelperExceptions ( )
viewHelperFetchesCurrentLocaleViaI18nService ( )
viewHelperFormatsDateCorrectly ( )
viewHelperFormatsDateStringCorrectly ( )
viewHelperRespectsCustomFormat ( )
viewHelperReturnsEmptyStringIfNULLIsGiven ( )
viewHelperThrowsExceptionIfDateStringCantBeParsed ( )
viewHelperThrowsExceptionIfInvalidLocaleIdentifierIsGiven ( )
viewHelperUsesChildNodesIfDateAttributeIsNotSpecified ( )

Method Details

dateArgumentHasPriorityOverChildNodes() public method

viewHelperCallsDateTimeFormatterWithCorrectlyBuiltConfigurationArguments() public method

viewHelperCallsDateTimeFormatterWithCustomFormat() public method

viewHelperConvertsI18nExceptionsIntoViewHelperExceptions() public method

viewHelperFetchesCurrentLocaleViaI18nService() public method

viewHelperFormatsDateCorrectly() public method

viewHelperFormatsDateStringCorrectly() public method

viewHelperRespectsCustomFormat() public method

viewHelperReturnsEmptyStringIfNULLIsGiven() public method

viewHelperThrowsExceptionIfDateStringCantBeParsed() public method

viewHelperThrowsExceptionIfInvalidLocaleIdentifierIsGiven() public method

viewHelperUsesChildNodesIfDateAttributeIsNotSpecified() public method