* Housekeeping:
[lhc/web/wiklou.git] / maintenance / parserTestsParserTime.php
index 727c4dc..68541cf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 if ( ! defined( 'MEDIAWIKI' ) )
-       die();
+       die( -1 );
 /**
  * A basic extension that's used by the parser tests to test date magic words
  *
@@ -8,8 +8,7 @@ if ( ! defined( 'MEDIAWIKI' ) )
  * compensate with the passage of time and certainly less expensive than a
  * time-freezing device, get yours now!
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @addtogroup Maintenance
  *
  * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
  * @copyright Copyright © 2005, 2006 Ævar Arnfjörð Bjarmason
@@ -23,3 +22,4 @@ function wfParserTimeSetup( &$parser, &$ts ) {
        
        return true;
 }
+?>