diff options
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(), |