MediaWiki
REL1_21
|
Tests for MediaWiki languages/LanguageSr.php. More...
Public Member Functions | |
assertConverted ($text, $variant, $msg= '') | |
Wrapper to verify a text is different once converted to a variant. | |
assertCyrillic ($text, $msg= '') | |
Verifiy the given Cyrillic text is not converted when using using the cyrillic variant and converted to Latin when using the Latin variant. | |
assertLatin ($text, $msg= '') | |
Verifiy the given Latin text is not converted when using using the Latin variant and converted to Cyrillic when using the Cyrillic variant. | |
assertUnConverted ($text, $variant, $msg= '') | |
Wrapper to verify text stay the same after applying conversion. | |
convertTo ($text, $variant) | |
Wrapper for converter::convertTo() method. | |
convertToCyrillic ($text) | |
convertToLatin ($text) | |
providePluralFourForms () | |
providePluralTwoForms () | |
testConversionToCyrillic () | |
testConversionToLatin () | |
testEasyConversions () | |
testMixedConversions () | |
testPluralFourForms ($result, $value) | |
providePluralFourForms | |
testPluralTwoForms ($result, $value) | |
providePluralTwoForms | |
testSameAmountOfLatinAndCyrillicGetConverted () |
Tests for MediaWiki languages/LanguageSr.php.
Definition at line 18 of file LanguageSrTest.php.
LanguageSrTest::assertConverted | ( | $ | text, |
$ | variant, | ||
$ | msg = '' |
||
) |
Wrapper to verify a text is different once converted to a variant.
$text | string Text to convert |
$variant | string Language variant 'sr-ec' or 'sr-el' |
$msg | string Optional message |
Definition at line 174 of file LanguageSrTest.php.
References convertTo().
Referenced by assertCyrillic(), assertLatin(), and testSameAmountOfLatinAndCyrillicGetConverted().
LanguageSrTest::assertCyrillic | ( | $ | text, |
$ | msg = '' |
||
) |
Verifiy the given Cyrillic text is not converted when using using the cyrillic variant and converted to Latin when using the Latin variant.
Definition at line 187 of file LanguageSrTest.php.
References assertConverted(), and assertUnConverted().
Referenced by testEasyConversions(), and testMixedConversions().
LanguageSrTest::assertLatin | ( | $ | text, |
$ | msg = '' |
||
) |
Verifiy the given Latin text is not converted when using using the Latin variant and converted to Cyrillic when using the Cyrillic variant.
Definition at line 197 of file LanguageSrTest.php.
References assertConverted(), and assertUnConverted().
Referenced by testEasyConversions(), and testMixedConversions().
LanguageSrTest::assertUnConverted | ( | $ | text, |
$ | variant, | ||
$ | msg = '' |
||
) |
Wrapper to verify text stay the same after applying conversion.
$text | string Text to convert |
$variant | string Language variant 'sr-ec' or 'sr-el' |
$msg | string Optional message |
Definition at line 160 of file LanguageSrTest.php.
References convertTo().
Referenced by assertCyrillic(), and assertLatin().
LanguageSrTest::convertTo | ( | $ | text, |
$ | variant | ||
) |
Wrapper for converter::convertTo() method.
Definition at line 204 of file LanguageSrTest.php.
References LanguageClassesTestCase\getLang().
Referenced by assertConverted(), assertUnConverted(), convertToCyrillic(), and convertToLatin().
LanguageSrTest::convertToCyrillic | ( | $ | text | ) |
Definition at line 212 of file LanguageSrTest.php.
References convertTo().
Referenced by testConversionToCyrillic().
LanguageSrTest::convertToLatin | ( | $ | text | ) |
Definition at line 216 of file LanguageSrTest.php.
References convertTo().
Referenced by testConversionToLatin().
Definition at line 122 of file LanguageSrTest.php.
References array().
Definition at line 144 of file LanguageSrTest.php.
References array().
Definition at line 58 of file LanguageSrTest.php.
References convertToCyrillic().
Definition at line 97 of file LanguageSrTest.php.
References convertToLatin().
Definition at line 22 of file LanguageSrTest.php.
References assertCyrillic(), and assertLatin().
Definition at line 33 of file LanguageSrTest.php.
References assertCyrillic(), and assertLatin().
LanguageSrTest::testPluralFourForms | ( | $ | result, |
$ | value | ||
) |
providePluralFourForms
Definition at line 117 of file LanguageSrTest.php.
References $result, $value, array(), and LanguageClassesTestCase\getLang().
LanguageSrTest::testPluralTwoForms | ( | $ | result, |
$ | value | ||
) |
providePluralTwoForms
Definition at line 139 of file LanguageSrTest.php.
References $result, $value, array(), and LanguageClassesTestCase\getLang().
Definition at line 44 of file LanguageSrTest.php.
References assertConverted().