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

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

Protected Properties

Property Type Description
$localeCollection Neos\Flow\I18n\LocaleCollection
$locales array

Public Methods

Method Description
bestMatchingLocalesAreFoundCorrectly ( )
existingLocaleIsNotAddedToTheCollection ( )
localesAreAddedToTheCollectionCorrectlyWithHierarchyRelation ( )
returnsNullWhenNoParentLocaleCouldBeFound ( )
setUp ( ) : void

Method Details

bestMatchingLocalesAreFoundCorrectly() public method

existingLocaleIsNotAddedToTheCollection() public method

localesAreAddedToTheCollectionCorrectlyWithHierarchyRelation() public method

returnsNullWhenNoParentLocaleCouldBeFound() public method

setUp() public method

public setUp ( ) : void
return void

Property Details

$localeCollection protected property

protected LocaleCollection,Neos\Flow\I18n $localeCollection
return Neos\Flow\I18n\LocaleCollection

$locales protected property

protected array $locales
return array