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

simpleTranslationByLabelWorks() public method

public simpleTranslationByLabelWorks ( $label, $locale, $translation )
    public function simpleTranslationByLabelWorks($label, $locale, $translation)
    {
        $result = $this->translator->translateByOriginalLabel($label, [], null, $locale, 'Main', 'Neos.Flow');
        $this->assertEquals($translation, $result);
    }