mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Fix PHPUnit 8 warning
Bug: T192167 Change-Id: I78ef2aa360e71a5fe214c54807aaa4afbb40c026
This commit is contained in:
parent
7e2bbae4c2
commit
9ecf523eee
|
@ -39,7 +39,7 @@ class CiteDbTest extends \MediaWikiIntegrationTestCase {
|
|||
ParserOptions::newFromAnon()
|
||||
);
|
||||
|
||||
$this->assertContains(
|
||||
$this->assertStringContainsString(
|
||||
'cite_ref-2',
|
||||
$parserOutput->getText(),
|
||||
'Internal counter should not reset to 1 for text #3'
|
||||
|
|
Loading…
Reference in a new issue