X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FRevisionTest.php;h=7ef11829064618c3482f80b5226c53dd71d037ca;hb=56d45558b102349f3480a46819669407aa3be2d6;hp=6de37af6ba0ceb693089651e4609bd7b1dd81b82;hpb=f459a71f75941a83335d6d63ee12079a4b586793;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/RevisionTest.php b/tests/phpunit/includes/RevisionTest.php index 6de37af6ba..7ef1182906 100644 --- a/tests/phpunit/includes/RevisionTest.php +++ b/tests/phpunit/includes/RevisionTest.php @@ -895,7 +895,12 @@ class RevisionTest extends MediaWikiTestCase { ) ); - $cacheKey = $cache->makeKey( 'revisiontext', 'textid', 'tt:7777' ); + $cacheKey = $cache->makeGlobalKey( + 'BlobStore', + 'address', + $lb->getLocalDomainID(), + 'tt:7777' + ); $this->assertSame( 'AAAABBAAA', $cache->get( $cacheKey ) ); }