(bug 20268) Fixed Database::estimateRowCount on SQLite backend. This involved moving...
[lhc/web/wiklou.git] / maintenance / preprocessorFuzzTest.php
index d814c4f..008a4b4 100644 (file)
@@ -1,6 +1,10 @@
 <?php
+/**
+ * @file
+ * @ingroup Maintenance
+ */
 
-require_once( dirname( __FILE__ ). '/../maintenance/commandLine.inc' );
+require_once( dirname(__FILE__) . '/commandLine.inc' );
 
 $wgHooks['BeforeParserFetchTemplateAndtitle'][] = 'PPFuzzTester::templateHook';