Split some Language methods to LanguageNameUtils
[lhc/web/wiklou.git] / tests / phpunit / MediaWikiUnitTestCase.php
index fda986c..c63056d 100644 (file)
@@ -53,7 +53,8 @@ abstract class MediaWikiUnitTestCase extends TestCase {
                        'wgAutoloadLocalClasses',
                        // Need for LoggerFactory. Default is NullSpi.
                        'wgMWLoggerDefaultSpi',
-                       'wgAutoloadAttemptLowercase'
+                       'wgAutoloadAttemptLowercase',
+                       'wgLegalTitleChars'
                ];
        }