PHP Class Neos\Flow\Tests\Unit\I18n\FormatResolverTest

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

Protected Properties

Property Type Description
$sampleLocale Neos\Flow\I18n\Locale

Public Methods

Method Description
fullyQualifiedFormatterIsCorrectlyBeingUsed ( )
fullyQualifiedFormatterWithLowercaseVendorNameIsCorrectlyBeingUsed ( )
namedPlaceholdersAreResolvedCorrectly ( )
placeholdersAreResolvedCorrectly ( )
returnsStringCastedArgumentWhenFormatterNameIsNotSet ( )
setUp ( ) : void
throwsExceptionWhenFormatterDoesNotExist ( )
throwsExceptionWhenFormatterDoesNotImplementFormatterInterface ( )
throwsExceptionWhenInsufficientNumberOfArgumentsProvided ( )
throwsExceptionWhenInvalidPlaceholderEncountered ( )

Method Details

fullyQualifiedFormatterIsCorrectlyBeingUsed() public method

fullyQualifiedFormatterWithLowercaseVendorNameIsCorrectlyBeingUsed() public method

namedPlaceholdersAreResolvedCorrectly() public method

placeholdersAreResolvedCorrectly() public method

returnsStringCastedArgumentWhenFormatterNameIsNotSet() public method

setUp() public method

public setUp ( ) : void
return void

throwsExceptionWhenFormatterDoesNotExist() public method

throwsExceptionWhenFormatterDoesNotImplementFormatterInterface() public method

throwsExceptionWhenInsufficientNumberOfArgumentsProvided() public method

throwsExceptionWhenInvalidPlaceholderEncountered() public method

Property Details

$sampleLocale protected property

protected Locale,Neos\Flow\I18n $sampleLocale
return Neos\Flow\I18n\Locale