From 356c6ae9935cefd1a399841e861cb4197e5195d0 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Sun, 24 Dec 2017 20:06:06 -0800 Subject: [PATCH] Add @covers tags to jobqueue tests Change-Id: I030634ac87139011e5b3d461064a8c10f10cea84 --- tests/phpunit/includes/jobqueue/RefreshLinksPartitionTest.php | 1 + 1 file changed, 1 insertion(+) 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 ); -- 2.20.1