From: Kunal Mehta Date: Mon, 25 Dec 2017 04:06:06 +0000 (-0800) Subject: Add @covers tags to jobqueue tests X-Git-Tag: 1.31.0-rc.0~1079 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=356c6ae9935cefd1a399841e861cb4197e5195d0;p=lhc%2Fweb%2Fwiklou.git Add @covers tags to jobqueue tests Change-Id: I030634ac87139011e5b3d461064a8c10f10cea84 --- diff --git a/tests/phpunit/includes/jobqueue/RefreshLinksPartitionTest.php b/tests/phpunit/includes/jobqueue/RefreshLinksPartitionTest.php index 43d626db3d..f874f6dea5 100644 --- a/tests/phpunit/includes/jobqueue/RefreshLinksPartitionTest.php +++ b/tests/phpunit/includes/jobqueue/RefreshLinksPartitionTest.php @@ -16,6 +16,7 @@ class RefreshLinksPartitionTest extends MediaWikiTestCase { /** * @dataProvider provider_backlinks + * @covers BacklinkJobUtils::partitionBacklinkJob */ public function testRefreshLinks( $ns, $dbKey, $pages ) { $title = Title::makeTitle( $ns, $dbKey );