]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - includes/normal/UtfNormalTest.php
MediaWiki 1.14.0
[autoinstalls/mediawiki.git] / includes / normal / UtfNormalTest.php
index 556cf11a703647c970c3e0839f6ac9c6fee516c0..ee1da4d0bf2bd61deaf7e9037a3b60db991250d1 100644 (file)
@@ -20,7 +20,7 @@
 /**
  * Implements the conformance test at:
  * http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt
- * @addtogroup UtfNormal
+ * @ingroup UtfNormal
  */
 
 /** */
@@ -245,5 +245,3 @@ function testInvariant( &$u, $char, $desc, $reportFailure = false ) {
        }
        return $result;
 }
-
-