X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FLocalFileTest.php;h=d210ce51b56f9bf7dfc0de0a94ffe9e00e5b36e1;hb=be7ee7d714b63f8bf5c07944b7eab9f6af2d9a1d;hp=694f4aef357c7316857ebe0a48dcdc7186857415;hpb=86d8a5f46fcbde3185997d9c1462849e117897fb;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/LocalFileTest.php b/tests/phpunit/includes/LocalFileTest.php index 694f4aef35..d210ce51b5 100644 --- a/tests/phpunit/includes/LocalFileTest.php +++ b/tests/phpunit/includes/LocalFileTest.php @@ -21,7 +21,7 @@ class LocalFileTest extends MediaWikiTestCase { 'transformVia404' => false, 'backend' => new FSFileBackend( array( 'name' => 'local-backend', - 'lockManager' => 'fsLockManager', + 'wikiId' => wfWikiId(), 'containerPaths' => array( 'cont1' => "/testdir/local-backend/tempimages/cont1", 'cont2' => "/testdir/local-backend/tempimages/cont2"