mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 14:36:51 +00:00
Replace uses of deprecated ParserOutput::getText()
Bug: T293512 Change-Id: I32ffc6c0e36095fccddde0af988fc692ae530f01
This commit is contained in:
parent
1ec44a7b60
commit
5c48186329
|
@ -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'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue