aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2022-10-08 12:23:50 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2022-10-08 12:23:50 +0000
commit8f715deea8d243ed64e45df23e0cb2f72bfe7ef7 (patch)
treec6a9e7de41c8d1523b304aa23ab3d1e74b5ca43e /tests/phpunit/integration/includes/Rest/Handler/RevisionHTMLHandlerTest.php
parent5faf4d2b5e5ea2d7ab2411b18f34a0ecf9282d2f (diff)
parent994e50d24fe4b8d3a1ebec36cdedef5405880f66 (diff)
downloadmediawikicore-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.php2
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(),