Split some Language methods to LanguageNameUtils
[lhc/web/wiklou.git] / tests / phpunit / includes / cache / LocalisationCacheTest.php
index 39526fb..4dd819a 100644 (file)
@@ -58,7 +58,7 @@ class LocalisationCacheTest extends MediaWikiTestCase {
 
                $lc = $this->getMockBuilder( LocalisationCache::class )
                        ->setConstructorArgs( [
-                               new ServiceOptions( LocalisationCache::$constructorOptions, [
+                               new ServiceOptions( LocalisationCache::CONSTRUCTOR_OPTIONS, [
                                        'forceRecache' => false,
                                        'manualRecache' => false,
                                        'ExtensionMessagesFiles' => [],