Merge "MimeAnalyzer: Add testcases for mp3 detection"
[lhc/web/wiklou.git] / languages / FakeConverter.php
index 0bf88c6..22377c2 100644 (file)
@@ -126,6 +126,11 @@ class FakeConverter {
        public function updateConversionTable( Title $title ) {
        }
 
-       public function reloadTables() {
+       /**
+        * Used by test suites which need to reset the converter state.
+        *
+        * @private
+        */
+       private function reloadTables() {
        }
 }