diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2022-10-08 12:23:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2022-10-08 12:23:50 +0000 |
commit | 8f715deea8d243ed64e45df23e0cb2f72bfe7ef7 (patch) | |
tree | c6a9e7de41c8d1523b304aa23ab3d1e74b5ca43e /tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php | |
parent | 5faf4d2b5e5ea2d7ab2411b18f34a0ecf9282d2f (diff) | |
parent | 994e50d24fe4b8d3a1ebec36cdedef5405880f66 (diff) | |
download | mediawikicore-8f715deea8d243ed64e45df23e0cb2f72bfe7ef7.tar.gz mediawikicore-8f715deea8d243ed64e45df23e0cb2f72bfe7ef7.zip |
Merge "Fix passing the wikiId into ParsoidOutputAccess."
Diffstat (limited to 'tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php')
-rw-r--r-- | tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php b/tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php index 48b2eea629c9..104f68d9b1dd 100644 --- a/tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php +++ b/tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php @@ -114,7 +114,7 @@ class RevisionHTMLHandlerTest extends MediaWikiIntegrationTestCase { new ServiceOptions( ParsoidOutputAccess::CONSTRUCTOR_OPTIONS, $services->getMainConfig(), - [ 'WikiID' => 'MyWiki' ] + [ 'ParsoidWikiID' => 'MyWiki' ] ), $parserCacheFactory, $services->getPageStore(), |