X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Flanguages%2Fclasses%2FLanguageSrTest.php;h=d0aeb8e2087707c48640e35ed7999d4424e859f4;hp=c9f2f3edf7a7fb83d69dcff5039adc3528afe5e9;hb=2664eeb6325b7c662faa813c99487b1a479299e5;hpb=07bb67286b87ee8fbe0325264b63d11be48de765 diff --git a/tests/phpunit/languages/classes/LanguageSrTest.php b/tests/phpunit/languages/classes/LanguageSrTest.php index c9f2f3edf7..d0aeb8e208 100644 --- a/tests/phpunit/languages/classes/LanguageSrTest.php +++ b/tests/phpunit/languages/classes/LanguageSrTest.php @@ -238,8 +238,9 @@ class LanguageSrTest extends LanguageClassesTestCase { } # #### HELPERS ##################################################### + /** - *Wrapper to verify text stay the same after applying conversion + * Wrapper to verify text stay the same after applying conversion * @param string $text Text to convert * @param string $variant Language variant 'sr-ec' or 'sr-el' * @param string $msg Optional message @@ -290,7 +291,7 @@ class LanguageSrTest extends LanguageClassesTestCase { $this->assertConverted( $text, 'sr-ec', $msg ); } - /** Wrapper for converter::convertTo() method*/ + /** Wrapper for converter::convertTo() method */ protected function convertTo( $text, $variant ) { return $this->getLang() ->mConverter