diff --git a/tests/phpunit/CiteDbTest.php b/tests/phpunit/CiteDbTest.php index 85c6f4df5..803a8ab6b 100644 --- a/tests/phpunit/CiteDbTest.php +++ b/tests/phpunit/CiteDbTest.php @@ -35,7 +35,7 @@ class CiteDbTest extends \MediaWikiIntegrationTestCase { $this->assertStringContainsString( 'cite_ref-2', - $parserOutput->getText(), + $parserOutput->getRawText(), 'Internal counter should not reset to 1 for text #3' ); }