fix phpdoc comment
[lhc/web/wiklou.git] / maintenance / parserTests.php
index d7b9468..d493dd6 100644 (file)
@@ -32,7 +32,10 @@ require_once( 'commandLine.inc' );
 require_once( "$IP/includes/ObjectCache.php" );
 require_once( "$IP/languages/LanguageUtf8.php" );
 
-/** */
+/**
+ * @package MediaWiki
+ * @subpackage Maintenance
+ */
 class ParserTest {
        /**
         * boolean $color whereas output should be colorized
@@ -658,4 +661,4 @@ $ok = $tester->runTestsFromFile( 'maintenance/parserTests.txt' );
 
 exit ($ok ? 0 : -1);
 
-?>
+?>
\ No newline at end of file