hideDeprecated( 'CategoryPage::getAutosummary' )
authorPlatonides <platonides@gmail.com>
Fri, 7 Dec 2012 21:43:02 +0000 (22:43 +0100)
committerPlatonides <platonides@gmail.com>
Fri, 7 Dec 2012 21:43:02 +0000 (22:43 +0100)
commit896da321dbe5f54c3421e56264cd6f77a0dcec98
treebe20357cc70102cf320cf714d322e7cccc40d975
parentdac366835a817fec019f9ce43d2c575b25c53c75
hideDeprecated( 'CategoryPage::getAutosummary' )

check-vars correctly detects the call to CategoryPage::getAutosummary as
deprecated by coming from Article::getAutosummary but needs an explicit
hideDeprecated() to not complain about it.

Change-Id: I8a51a3041cc4cab592c5e37862efb69b538821a0
tests/phpunit/includes/ArticleTest.php