Merge "Added common metadata caching to the djvu handler"
[lhc/web/wiklou.git] / maintenance / convertExtensionToRegistration.php
index 78b4e8c..06370e9 100644 (file)
@@ -13,6 +13,7 @@ class ConvertExtensionToRegistration extends Maintenance {
                'ResourceModuleSkinStyles' => 'handleResourceModules',
                'Hooks' => 'handleHooks',
                'ExtensionFunctions' => 'handleExtensionFunctions',
+               'ParserTestFiles' => 'removeAbsolutePath',
        );
 
        /**