diff --git a/tests/phpunit/includes/parser/PreprocessorTest.php b/tests/phpunit/includes/parser/PreprocessorTest.php index 7a35ce892b8..1c077f38f71 100644 --- a/tests/phpunit/includes/parser/PreprocessorTest.php +++ b/tests/phpunit/includes/parser/PreprocessorTest.php @@ -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 */