MediaWiki  1.23.13
LanguageSrTest.php File Reference

PHPUnit tests for the Serbian language. More...

Go to the source code of this file.

Classes

class  LanguageSrTest
 Tests for MediaWiki languages/LanguageSr.php. More...
 

Detailed Description

PHPUnit tests for the Serbian language.

The language can be represented using two scripts:

  • Latin (SR_el)
  • Cyrillic (SR_ec) Both representations seems to be bijective, hence MediaWiki can convert from one script to the other.
Author
Antoine Musso <hashar at="" free="" dot="" fr>="">
Note
Copyright © 2011, Antoine Musso <hashar at="" free="" dot="" fr>="">
Todo:
methods in test class should be tidied:
  • Should be split into separate test methods and data providers
  • Tests for LanguageConverter and Language should probably be separate..

Definition in file LanguageSrTest.php.