jenkins-bot has submitted this change and it was merged.

Change subject: ParserOutputTest: Fix @covers tags
......................................................................


ParserOutputTest: Fix @covers tags

Change-Id: I4460f0474174a95558301a0e0a261a962dc66bee
---
M tests/phpunit/includes/parser/ParserOutputTest.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/phpunit/includes/parser/ParserOutputTest.php 
b/tests/phpunit/includes/parser/ParserOutputTest.php
index a6b4880..fe46f2c 100644
--- a/tests/phpunit/includes/parser/ParserOutputTest.php
+++ b/tests/phpunit/includes/parser/ParserOutputTest.php
@@ -103,7 +103,7 @@
        }
 
        /**
-        * @covers ParserOutput::getSecondaryDataUpdate
+        * @covers ParserOutput::getSecondaryDataUpdates
         * @covers ParserOutput::addSecondaryDataUpdate
         */
        public function testGetSecondaryDataUpdates() {
@@ -127,7 +127,7 @@
        }
 
        /**
-        * @covers ParserOutput::getSecondaryDataUpdate
+        * @covers ParserOutput::getSecondaryDataUpdates
         * @covers ParserOutput::__sleep
         */
        public function testGetSecondaryDataUpdates_serialization() {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4460f0474174a95558301a0e0a261a962dc66bee
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Cscott <[email protected]>
Gerrit-Reviewer: Jackmcbarn <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to