Replace uses of deprecated ParserOutput::getText()

Bug: T293512
Change-Id: I32ffc6c0e36095fccddde0af988fc692ae530f01
This commit is contained in:
Isabelle Hurbain-Palatin 2024-11-21 18:49:12 +01:00
parent 1ec44a7b60
commit 5c48186329

View file

@ -35,7 +35,7 @@ class CiteDbTest extends \MediaWikiIntegrationTestCase {
$this->assertStringContainsString( $this->assertStringContainsString(
'cite_ref-2', 'cite_ref-2',
$parserOutput->getText(), $parserOutput->getRawText(),
'Internal counter should not reset to 1 for text #3' 'Internal counter should not reset to 1 for text #3'
); );
} }