X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FArticleTest.php;h=ae069eaf4282f4194394d4da280247ddf07dc92c;hb=c8181b78ea8e2c9a6353e23d868fe2dd9074a621;hp=84f900fd37e02d336596e07ab444c3dc7b99547b;hpb=754334f92a637190b7d6786413319f6e687779f0;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/ArticleTest.php b/tests/phpunit/includes/ArticleTest.php index 84f900fd37..ae069eaf42 100644 --- a/tests/phpunit/includes/ArticleTest.php +++ b/tests/phpunit/includes/ArticleTest.php @@ -66,7 +66,9 @@ class ArticleTest extends MediaWikiTestCase { } /** - * Checks for the existence of the backwards compatibility static functions (forwarders to WikiPage class) + * Checks for the existence of the backwards compatibility static functions + * (forwarders to WikiPage class) + * * @covers Article::selectFields * @covers Article::onArticleCreate * @covers Article::onArticleDelete @@ -74,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