Services: Convert LocalisationCache's static to a const now HHVM is gone
[lhc/web/wiklou.git] / tests / phpunit / includes / cache / LocalisationCacheTest.php
index ecdfae4..af1ff86 100644 (file)
@@ -26,7 +26,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' => [],