public function PluralizationRulesTest::testLangcodes in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/translation/Tests/PluralizationRulesTest.php \Symfony\Component\Translation\Tests\PluralizationRulesTest::testLangcodes()
@dataProvider successLangcodes
File
- vendor/
symfony/ translation/ Tests/ PluralizationRulesTest.php, line 47
Class
- PluralizationRulesTest
- Test should cover all languages mentioned on http://translate.sourceforge.net/wiki/l10n/pluralforms and Plural forms mentioned on http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms.
Namespace
Symfony\Component\Translation\TestsCode
public function testLangcodes($nplural, $langCodes) {
$matrix = $this
->generateTestData($nplural, $langCodes);
$this
->validateMatrix($nplural, $matrix);
}