Merge "Fix PHPUnit 8 warning"

This commit is contained in:
jenkins-bot 2020-01-20 11:06:37 +00:00 committed by Gerrit Code Review
commit 1ca0905b98

View file

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