Go to the documentation of this file.
28 $this->assertEquals(
'абвгғ',
32 $this->assertEquals(
'ljабnjвгўоdb',
36 $this->assertEquals(
'абвг',
40 $this->assertEquals(
'ljабnjвгdaž',
50 $this->assertEquals(
'abdef',
54 $this->assertEquals(
'gʻabtsdOʻQyo',
59 ##### HELPERS #####################################################
81 $this->assertNotEquals(
110 return $this->
getLang()->mConverter->convertTo( $text, $variant );
114 return $this->
convertTo( $text,
'uz-cyrl' );
118 return $this->
convertTo( $text,
'uz-latn' );
assertCyrillic( $text, $msg='')
Verifiy the given Cyrillic text is not converted when using using the cyrillic variant and converted ...
Helping class to run tests using a clean language instance.
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
testConversionToLatin()
@covers LanguageConverter::convertTo
assertConverted( $text, $variant, $msg='')
Wrapper to verify a text is different once converted to a variant.
convertTo( $text, $variant)
Wrapper for converter::convertTo() method.
convertToCyrillic( $text)
assertUnConverted( $text, $variant, $msg='')
Wrapper to verify text stay the same after applying conversion.
assertLatin( $text, $msg='')
Verifiy the given Latin text is not converted when using using the Latin variant and converted to Cyr...
testConversionToCyrillic()
Tests for MediaWiki languages/LanguageUz.php.