Neos\Flow\Tests\Functional\I18n\TranslatorTest::labelAndLocaleForTranslation PHP Method

labelAndLocaleForTranslation() public method

    public function labelAndLocaleForTranslation()
    {
        return [['Update', new I18n\Locale('en'), 'Update'], ['Update', new I18n\Locale('de'), 'Aktualisieren']];
    }