Merge "tests: Remove unused PreprocessorTest::$mTitle/$mPPNodeCount"

This commit is contained in:
jenkins-bot 2024-09-17 02:19:24 +00:00 committed by Gerrit Code Review
commit 7a07c29408

View file

@ -27,8 +27,6 @@ use Wikimedia\ObjectCache\HashBagOStuff;
* @covers \PPNode_Hash_Attr
*/
class PreprocessorTest extends MediaWikiIntegrationTestCase {
protected $mTitle = 'Page title';
protected $mPPNodeCount = 0;
/** @var ParserOptions */
protected $mOptions;
/** @var Preprocessor */