PHP Class Neos\Flow\Tests\Functional\I18n\Cldr\CldrRepositoryTest

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Exibir arquivo Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$cldrBasePath string
$cldrRepository Neos\Flow\I18n\Cldr\CldrRepository

Public Methods

Method Description
modelIsReturnedCorrectlyForLocaleImplicatingChaining ( )
setUp ( ) Initialize dependencies

Protected Methods

Method Description
retrieveCldrBasePath ( ) : string Retrieves the base path from the CldrRepository's cldrBasePath attribute

Method Details

modelIsReturnedCorrectlyForLocaleImplicatingChaining() public method

retrieveCldrBasePath() protected method

Retrieves the base path from the CldrRepository's cldrBasePath attribute
protected retrieveCldrBasePath ( ) : string
return string

setUp() public method

Initialize dependencies
public setUp ( )

Property Details

$cldrBasePath protected_oe property

protected string $cldrBasePath
return string

$cldrRepository protected_oe property

protected CldrRepository,Neos\Flow\I18n\Cldr $cldrRepository
return Neos\Flow\I18n\Cldr\CldrRepository