X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FStorage%2FSqlBlobStoreTest.php;h=ac39b48cb9267ea97c0fd8342264ef0cadd21548;hb=dfec83932fd38a9086eb5a2e212889ad00f35b0e;hp=55069403d6f582f87afeacd874d5d12aa31d59df;hpb=f186496005a47a09aed6d46feea7302fe9d5f0e2;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/Storage/SqlBlobStoreTest.php b/tests/phpunit/includes/Storage/SqlBlobStoreTest.php index 55069403d6..ac39b48cb9 100644 --- a/tests/phpunit/includes/Storage/SqlBlobStoreTest.php +++ b/tests/phpunit/includes/Storage/SqlBlobStoreTest.php @@ -24,6 +24,7 @@ class SqlBlobStoreTest extends MediaWikiTestCase { $store = new SqlBlobStore( $services->getDBLoadBalancer(), + $services->getExternalStoreAccess(), $services->getMainWANObjectCache() );