X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fcache%2FLocalisationCacheTest.php;h=4dd819a61b86ad3075ed70ef566732187dba4121;hb=e3537bdc00244cefdaa34710be0fb0d920336ed8;hp=39526fb9c738055fbd9524ac9059675d2e0eaf20;hpb=3431206d2be3a574857eaeaedf362e9a5a4d1eeb;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/cache/LocalisationCacheTest.php b/tests/phpunit/includes/cache/LocalisationCacheTest.php index 39526fb9c7..4dd819a61b 100644 --- a/tests/phpunit/includes/cache/LocalisationCacheTest.php +++ b/tests/phpunit/includes/cache/LocalisationCacheTest.php @@ -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' => [],