jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/399779 )

Change subject: UtilTest: Fix invalid @covers tags
......................................................................


UtilTest: Fix invalid @covers tags

Bug: T183530
Change-Id: Id427c2de513b32c6efefa28e550f9e33bdd9c15d
---
M tests/unit/UtilTest.php
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Smalyshev: Looks good to me, approved
  Cindy-the-browser-test-bot: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/tests/unit/UtilTest.php b/tests/unit/UtilTest.php
index a55ad17..75547d7 100644
--- a/tests/unit/UtilTest.php
+++ b/tests/unit/UtilTest.php
@@ -158,7 +158,7 @@
        }
 
        /**
-        * @covers Utils::getDefaultBoostTemplates
+        * @covers \CirrusSearch\Utils::getDefaultBoostTemplates
         */
        public function testgetDefaultBoostTemplates() {
                $cache = $this->makeLocalCache();
@@ -176,7 +176,7 @@
        }
 
        /**
-        * @covers Utils::getDefaultBoostTemplates
+        * @covers \CirrusSearch\Utils::getDefaultBoostTemplates
         */
        public function testCustomizeBoostTemplatesByConfig() {
                $configValues = [
@@ -190,7 +190,7 @@
        }
 
        /**
-        * @covers Utils::getDefaultBoostTemplates
+        * @covers \CirrusSearch\Utils::getDefaultBoostTemplates
         */
        public function testOverrideBoostTemplatesWithOnWikiConfig() {
                $configValues = [
@@ -208,7 +208,7 @@
        }
 
        /**
-        * @covers Utils::getDefaultBoostTemplates
+        * @covers \CirrusSearch\Utils::getDefaultBoostTemplates
         */
        public function testOverrideBoostTemplatesWithOnCurrentWikiConfig() {
                $configValues = [
@@ -227,7 +227,7 @@
        }
 
        /**
-        * @covers Utils::getDefaultBoostTemplates
+        * @covers \CirrusSearch\Utils::getDefaultBoostTemplates
         */
        public function testDisableOverrideBoostTemplatesWithOnWikiConfig() {
                $configValues = [

-- 
To view, visit https://gerrit.wikimedia.org/r/399779
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id427c2de513b32c6efefa28e550f9e33bdd9c15d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Cindy-the-browser-test-bot <[email protected]>
Gerrit-Reviewer: DCausse <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Gehel <[email protected]>
Gerrit-Reviewer: Smalyshev <[email protected]>
Gerrit-Reviewer: Tjones <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to