Add @covers tags to jobqueue tests
authorKunal Mehta <legoktm@member.fsf.org>
Mon, 25 Dec 2017 04:06:06 +0000 (20:06 -0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 27 Dec 2017 17:47:30 +0000 (17:47 +0000)
Change-Id: I030634ac87139011e5b3d461064a8c10f10cea84

tests/phpunit/includes/jobqueue/RefreshLinksPartitionTest.php

index 43d626d..f874f6d 100644 (file)
@@ -16,6 +16,7 @@ class RefreshLinksPartitionTest extends MediaWikiTestCase {
 
        /**
         * @dataProvider provider_backlinks
 
        /**
         * @dataProvider provider_backlinks
+        * @covers BacklinkJobUtils::partitionBacklinkJob
         */
        public function testRefreshLinks( $ns, $dbKey, $pages ) {
                $title = Title::makeTitle( $ns, $dbKey );
         */
        public function testRefreshLinks( $ns, $dbKey, $pages ) {
                $title = Title::makeTitle( $ns, $dbKey );