X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FArticleTest.php;h=ae069eaf4282f4194394d4da280247ddf07dc92c;hb=2b021dc48a423dd43f7c60046315cfe2113a3fb6;hp=b07c0136aa7acef4805087bd8620ab32c6553c46;hpb=27f8aa732e55f0655255152fa22655fa07424c2d;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/ArticleTest.php b/tests/phpunit/includes/ArticleTest.php index b07c0136aa..ae069eaf42 100644 --- a/tests/phpunit/includes/ArticleTest.php +++ b/tests/phpunit/includes/ArticleTest.php @@ -76,6 +76,7 @@ class ArticleTest extends MediaWikiTestCase { * @covers Article::getAutosummary */ public function testStaticFunctions() { + $this->hideDeprecated( 'Article::selectFields' ); $this->hideDeprecated( 'Article::getAutosummary' ); $this->hideDeprecated( 'WikiPage::getAutosummary' ); $this->hideDeprecated( 'CategoryPage::getAutosummary' ); // Inherited from Article