added PPCustomFrame classes to restore ability to use replaceVariables with a custom...
[lhc/web/wiklou.git] / maintenance / parserTests.inc
index c2f4938..1e1c483 100644 (file)
@@ -20,7 +20,8 @@
 /**
  * @todo Make this more independent of the configuration (and if possible the database)
  * @todo document
- * @addtogroup Maintenance
+ * @file
+ * @ingroup Maintenance
  */
 
 /** */
@@ -33,7 +34,7 @@ require_once( "$IP/maintenance/parserTestsStaticParserHook.php" );
 require_once( "$IP/maintenance/parserTestsParserTime.php" );
 
 /**
- * @addtogroup Maintenance
+ * @ingroup Maintenance
  */
 class ParserTest {
        /**
@@ -411,6 +412,7 @@ class ParserTest {
                                'createtalk'    => true,
                        ) ),
                        'wgDefaultExternalStore' => array(),
+                       'wgForeignFileRepos' => array(),
                        );
                $this->savedGlobals = array();
                foreach( $settings as $var => $val ) {
@@ -1183,5 +1185,3 @@ class DbTestPreviewer extends DbTestRecorder  {
                TestRecorder::end();
        }
 }
-
-?>