diff options
Diffstat (limited to 'tests/phpunit/includes/page')
-rw-r--r-- | tests/phpunit/includes/page/ParserOutputAccessTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/page/ParserOutputAccessTest.php b/tests/phpunit/includes/page/ParserOutputAccessTest.php index 35915ad905c5..d43f8f34ffff 100644 --- a/tests/phpunit/includes/page/ParserOutputAccessTest.php +++ b/tests/phpunit/includes/page/ParserOutputAccessTest.php @@ -104,7 +104,7 @@ class ParserOutputAccessTest extends MediaWikiIntegrationTestCase { $bag ?: new HashBagOStuff(), '19900220000000', $this->getServiceContainer()->getHookContainer(), - new JsonCodec(), + new JsonCodec( $this->getServiceContainer() ), StatsFactory::newNull(), new NullLogger(), $this->getServiceContainer()->getTitleFactory(), @@ -122,7 +122,7 @@ class ParserOutputAccessTest extends MediaWikiIntegrationTestCase { $wanCache, $expiry, '19900220000000', - new JsonCodec(), + new JsonCodec( $this->getServiceContainer() ), StatsFactory::newNull(), new NullLogger(), $this->getServiceContainer()->getGlobalIdGenerator() |