diff options
Diffstat (limited to 'tests/phpunit/includes/editpage/PreloadedContentBuilderTest.php')
-rw-r--r-- | tests/phpunit/includes/editpage/PreloadedContentBuilderTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/editpage/PreloadedContentBuilderTest.php b/tests/phpunit/includes/editpage/PreloadedContentBuilderTest.php index 0272fa822aee..7d65bec146a0 100644 --- a/tests/phpunit/includes/editpage/PreloadedContentBuilderTest.php +++ b/tests/phpunit/includes/editpage/PreloadedContentBuilderTest.php @@ -22,7 +22,6 @@ class PreloadedContentBuilderTest extends MediaWikiIntegrationTestCase { // Needed for the 'Default preload section' test case due to use of wfMessage() $this->overrideConfigValue( MainConfigNames::UseDatabaseMessages, true ); - $services->resetServiceForTesting( 'MessageCache' ); $this->preloadedContentBuilder = $services->getPreloadedContentBuilder(); } |