Neos\Flow\Tests\Unit\I18n\DetectorTest::detectingBestMatchingLocaleFromLocaleIdentifierWorksCorrectly PHP Метод

detectingBestMatchingLocaleFromLocaleIdentifierWorksCorrectly() публичный Метод

public detectingBestMatchingLocaleFromLocaleIdentifierWorksCorrectly ( $localeIdentifier, $expectedResult )
    public function detectingBestMatchingLocaleFromLocaleIdentifierWorksCorrectly($localeIdentifier, $expectedResult)
    {
        $locale = $this->detector->detectLocaleFromLocaleTag($localeIdentifier);
        $this->assertEquals($expectedResult, $locale);
    }