Merge "Move ApiQueryUserInfo::getBlockInfo() to ApiBase"
[lhc/web/wiklou.git] / tests / phpunit / includes / debug / TestDeprecatedSubclass.php
index 0b6c8cf..28f8fa2 100644 (file)
@@ -2,6 +2,8 @@
 
 class TestDeprecatedSubclass extends TestDeprecatedClass {
 
+       private $subclassPrivateNondeprecated = 1;
+
        public function getDeprecatedPrivateParentProperty() {
                return $this->privateDeprecated;
        }